smallHeatRedirector research cost adjustments (#11067)

This commit is contained in:
SomeonesShade
2025-07-27 00:18:41 +08:00
committed by GitHub
parent 57ae1b3ec1
commit 91ef4aaa48

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;