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