Posted April 21, 201312 yr Does anyone know how I get more than one block/item from a crafting recipe? Like, 1 log gives 4 planks ~ Hydro
April 21, 201312 yr Author Does anyone know how I get more than one block/item from a crafting recipe? Like, 1 log gives 4 planks ~ Hydro
April 21, 201312 yr Make a ItemStack, like this : GameRegistry.addShapelessRecipe(new ItemStack(EnderBlockList.EndPlank,4), new Object[] { EnderBlockList.EndWood }); new ItemStack(<block or item>, <quantity>, <metadata>)
April 21, 201312 yr Make a ItemStack, like this : GameRegistry.addShapelessRecipe(new ItemStack(EnderBlockList.EndPlank,4), new Object[] { EnderBlockList.EndWood }); new ItemStack(<block or item>, <quantity>, <metadata>)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.