diff --git a/src/main/java/com/zivilon/cinder_loe/recipes.java b/src/main/java/com/zivilon/cinder_loe/recipes.java index 4080bb1..1bf759b 100644 --- a/src/main/java/com/zivilon/cinder_loe/recipes.java +++ b/src/main/java/com/zivilon/cinder_loe/recipes.java @@ -125,6 +125,10 @@ public class recipes { new ItemStack(CinderLoE.spiceIngredient, 1, 10), new ItemStack(CinderLoE.spiceIngredient, 1, 11))); + GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(CinderLoE.fieldRepairKit), + new ItemStack(CinderLoE.forgingKit, 1, 0), + new ItemStack(CinderLoE.spiceIngredient, 1, 1))); + OreDictionary.registerOre("vegetable1", CinderLoE.onion); OreDictionary.registerOre("vegetable1", LOTRMod.leek);