Higher power source output

This commit is contained in:
Anuken
2020-12-25 01:26:20 -05:00
parent 92e7cec198
commit da96b23441

View File

@@ -1992,7 +1992,7 @@ public class Blocks implements ContentList{
powerSource = new PowerSource("power-source"){{
requirements(Category.power, BuildVisibility.sandboxOnly, with());
powerProduction = 10000f / 60f;
powerProduction = 100000f / 60f;
alwaysUnlocked = true;
}};