mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 02:37:12 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
21f05c9d8a
@ -1992,7 +1992,7 @@ public class Blocks implements ContentList{
|
||||
|
||||
powerSource = new PowerSource("power-source"){{
|
||||
requirements(Category.power, BuildVisibility.sandboxOnly, with());
|
||||
powerProduction = 100000f / 60f;
|
||||
powerProduction = 1000000f / 60f;
|
||||
alwaysUnlocked = true;
|
||||
}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user