Higher power source output
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 = 10000f / 60f;
|
powerProduction = 100000f / 60f;
|
||||||
alwaysUnlocked = true;
|
alwaysUnlocked = true;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user