fix duplicate wrought iron recipe
This commit is contained in:
parent
cad2c8e029
commit
4a6df11cc0
@ -21,10 +21,6 @@ furnace.addRecipe(<minecraft:slime_ball> * 2, <metaitem:plant_ball>, 0.0);
|
||||
//Ender Pearls
|
||||
alloy.recipeBuilder().inputs([<minecraft:diamond>,<ore:dustPulsating>]).outputs([<minecraft:ender_pearl>]).duration(300).EUt(16).buildAndRegister();
|
||||
|
||||
//Wrought Iron
|
||||
furnace.remove(<metaitem:nuggetWroughtIron>);
|
||||
furnace.addRecipe(<metaitem:ingotWroughtIron>, <minecraft:iron_ingot>, 0.0);
|
||||
|
||||
//Wood Pulp
|
||||
recipes.addShapeless(<metaitem:dustWood> * 4,[<ore:logWood>,<ore:gtceMortars>]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user