Posted March 7, 201510 yr How to add dye to a crafting recipe? I tried: new ItemStack (Item.dyePowder(4, 1)) it didn't work
March 7, 201510 yr In 1.7.10 use: ItemStack(Items.dye, 2, 9) First int is probably a number of items crafted at once and the second int is a metadata of color. Find metadata for each color in minecraft wiki.
March 7, 201510 yr Hi http://greyminecraftcoder.blogspot.com.au/2015/02/recipes.html and https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe35_recipes/StartupCommon.java -TGG
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.