1mil source output (#4299)

This commit is contained in:
BlueWolf
2021-01-10 13:33:31 -07:00
committed by GitHub
parent 9c846bd2c9
commit 8b9b11f77f

View File

@@ -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;
}};