So I'm trying to add recipes for spawn eggs into minecraft but I can't quite get the code
If someone could tell me how to do one or two I'm sure I could figure out how to do the rest but the again maybe not...
So far I have:
For some reason I feel I have several things wrong with this for example:
I feel like its going to have to deal with metadata or something? And egg might be a block idk
Please help
If someone could tell me how to do one or two I'm sure I could figure out how to do the rest but the again maybe not...
So far I have:
Code:
GameRegistry.addRecipe(new ItemStack(Block or Item.eggPig, 1), new Object []{"###", "#E#", "###", '#', Item.porkchop, 'E', Item.egg});
I feel like its going to have to deal with metadata or something? And egg might be a block idk
Please help