Hi I am trying to make a little mod for forge, but when adding the recipe for an item containing cocoa beans I got stuck, because I don't know what to type in here this line:
Can someone tell me what to type after the dot for it to be cocoa beans?
Click to reveal
GameRegistry.addRecipe(new ItemStack(breadWithChocolate), new Object[] {" C ", "CBC", " C ", 'C', Item.});Can someone tell me what to type after the dot for it to be cocoa beans?
