Update Blocks.java (#9278)

This commit is contained in:
Darkness
2023-11-14 18:27:51 +03:00
committed by GitHub
parent d780ee0434
commit d138aa7568

View File

@@ -2408,7 +2408,7 @@ public class Blocks{
largeSolarPanel = new SolarGenerator("solar-panel-large"){{
requirements(Category.power, with(Items.lead, 80, Items.silicon, 110, Items.phaseFabric, 15));
size = 3;
powerProduction = 1.3f;
powerProduction = 1.6f;
}};
thoriumReactor = new NuclearReactor("thorium-reactor"){{