Posted June 7, 201411 yr In one of my recipes, I use a wither skeleton skull in the crafting recipe: GameRegistry.addShapedRecipe(new ItemStack(Items.nether_star, 1), "DWD", "WGW", "DWD", 'D', Items.diamond, 'W', new ItemStack(Blocks.skull, 1, 1), 'G', Items.ghast_tear); The recipe isn't working, did I do something wrong? I ran it into debug and it was getting called. Kain
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.