2
0
Fork 0

When the keylime forgor a recipe

main
KeyLime17 6 months ago
parent 50975ebb0f
commit f81103fbc6

@ -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);

Loading…
Cancel
Save