Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2021-01-10 15:39:11 -05:00
commit 21f05c9d8a

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