Hi, I'm trying to use wither skeleton skulls in a crafting recipe and I can't get it to work. I've been searching on these forums and elsewhere, but I can't figure out how to make it work. Here's the code I have:
GameRegistry.addRecipe(new ItemStack(wither_pickaxe), new Object[]{ "WWW"," S "," S ",'W',new ItemStack(Blocks.skull,1,1),'S',Items.stick });
Sorry if there's another post about this I didn't see, and thanks for any help.