Cakestory Posted March 14, 2014 Posted March 14, 2014 Hi, this should be really simple but i can´t figure out why my recipes do not ignore metadata or damage values. Here is my code called in PreInit: GameRegistry.addShapelessRecipe(new ItemStack(Items.string, 4), new ItemStack(Items.shears), new ItemStack(Blocks.wool)); Somehow it does not work with damaged shears or colored wool. Do i have to add something? The only tutorials i found on that told me it is ignoring meta and damage when setting the ItemStack like that. Quote
Cakestory Posted March 14, 2014 Author Posted March 14, 2014 Thank you for the fast help again, diesieben07. Quote
Recommended Posts
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.