smallHeatRedirector research cost adjustments (#11067)

This commit is contained in:
SomeonesShade
2025-07-26 12:18:41 -04:00
committed by GitHub
parent 57ae1b3ec1
commit 91ef4aaa48
+2 -1
View File
@@ -1454,7 +1454,8 @@ public class Blocks{
smallHeatRedirector = new HeatConductor("small-heat-redirector"){{
requirements(Category.crafting, with(Items.surgeAlloy, 8, Items.graphite, 8));
researchCostMultiplier = 10f;
researchCostMultiplier = 2f;
researchCostMultipliers.put(Items.graphite, 7f);
group = BlockGroup.heat;
size = 2;