Heat router requirement tweak

This commit is contained in:
Anuken
2022-10-04 17:36:02 -04:00
parent 2149580aaa
commit 5e6d40d6cc

View File

@@ -1317,7 +1317,7 @@ public class Blocks{
}};
heatRouter = new HeatConductor("heat-router"){{
requirements(Category.crafting, with(Items.tungsten, 10, Items.graphite, 10));
requirements(Category.crafting, with(Items.tungsten, 15, Items.graphite, 10));
researchCostMultiplier = 10f;