smallHeatRedirector research cost adjustments (#11067)
This commit is contained in:
@@ -1454,7 +1454,8 @@ public class Blocks{
|
|||||||
smallHeatRedirector = new HeatConductor("small-heat-redirector"){{
|
smallHeatRedirector = new HeatConductor("small-heat-redirector"){{
|
||||||
requirements(Category.crafting, with(Items.surgeAlloy, 8, Items.graphite, 8));
|
requirements(Category.crafting, with(Items.surgeAlloy, 8, Items.graphite, 8));
|
||||||
|
|
||||||
researchCostMultiplier = 10f;
|
researchCostMultiplier = 2f;
|
||||||
|
researchCostMultipliers.put(Items.graphite, 7f);
|
||||||
|
|
||||||
group = BlockGroup.heat;
|
group = BlockGroup.heat;
|
||||||
size = 2;
|
size = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user