Flux Power and Heat Capacity Increase (#9500)

This commit is contained in:
SomeonesShade
2024-07-07 23:52:58 +08:00
committed by GitHub
parent c193206ccb
commit a184abb117

View File

@@ -2556,8 +2556,8 @@ public class Blocks{
fluxReactor = new VariableReactor("flux-reactor"){{
requirements(Category.power, with(Items.graphite, 300, Items.carbide, 200, Items.oxide, 100, Items.silicon, 600, Items.surgeAlloy, 300));
powerProduction = 120f;
maxHeat = 140f;
powerProduction = 240f;
maxHeat = 150f;
consumeLiquid(Liquids.cyanogen, 9f / 60f);
liquidCapacity = 30f;