Doesnt work with spawn eggs
deividaslord opened this issue ยท 5 comments
I think you can only type in the textbox once it's showing the entire recipe line. I forget, its been a while.
Ok, you are gonna have to get a little more familiar with Minetweaker. I recommenced just quickly glossing over the wiki.
The script file is called '/scripts/MineTweakerRecipeMaker.zs/'. You can remove the wrong lines there and also add the tag manually.
Could you paste the relevant line of your MTRM script file?
I'm pretty sure you need to have both metadata and NBT tags enabled on the output item or it'll turn into a broken white egg.
So according to the wiki, you need to specify the right NBT Tag. MTRM doesn't support NBT tags, but you can add this to the text box at the top, and it should work.
.withTag({EntityTag:{id:"minecraft:creeper"}})
For more info see http://minecraft.gamepedia.com/Spawn_Egg#Data_values & http://minetweaker3.powerofbytes.com/wiki/Tutorial:Advanced_Recipes