Posts by Templarfreak

    Okay, that put me in the right direction...But I still need a bit of help.

    When I try to make a new recipe for the Macerator, it says "The method addRecipe(ItemStack, ItemStack) in the type IMachineRecipeManager<ItemStack> is not applicable for the arguments (ItemStack, Item)" I'm not quite sure what the issue is, because even if I make the item I'm trying to get into an ItemStack, it will say this: "Type mismatch: cannot convert from void to Object"

    Also how do I use things that have Metadata in a recipe, such as the Lapotron Crystal? You can't just use, "ItemStack LapotronCrystal = Items.getItem("lapotronCrystal");"...

    Sorry for being a bothersome Noob, but I've done all the searching I can do and everything is extremely outdated.