Change recipe to use less power, it was using more than the default input
This commit is contained in:
parent
cf58eb2948
commit
7de2111484
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ public class ModRecipes {
|
|||
RecipeHandler.addRecipe(
|
||||
new BlastFurnaceRecipe(ItemIngots.getIngotByName("tungsten"), ItemIngots.getIngotByName("steel"),
|
||||
ItemIngots.getIngotByName("hot_tungstensteel"), ItemDusts.getDustByName("dark_ashes", 4), 500,
|
||||
500, 3000));
|
||||
128, 3000));
|
||||
RecipeHandler.addRecipe(
|
||||
new BlastFurnaceRecipe(new ItemStack(Blocks.IRON_ORE), ItemDusts.getDustByName("calcite"),
|
||||
new ItemStack(Items.IRON_INGOT, 3), ItemDusts.getDustByName("dark_ashes"), 140, 120, 1000));
|
||||
|
|
Loading…
Reference in a new issue