1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2025-03-13 19:39:04 +07:00

1mil source output ()

This commit is contained in:
BlueWolf 2021-01-10 13:33:31 -07:00 committed by GitHub
parent 9c846bd2c9
commit 8b9b11f77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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