Typo in oredictionary entry
Belgabor opened this issue ยท 1 comments
I think there is a typo in one of your processor recipes (in RegisterMakerRecipe.java):
RecipeRegisterManager.processorRecipe.addRecipe(new ItemStack(DCsAppleMilk.mincedFoods, 1, 7), true, null,
new Object[] { Items.porkchop, "cropLettus", "cropTomato" });
The correct spelling is "cropLettuce" (that's at least how Pam's HarvestCraft registers it's lettuce).