MineTweaker RecipeMaker

MineTweaker RecipeMaker

12M Downloads

Doesnt work with spawn eggs

deividaslord opened this issue ยท 5 comments

commented

capture
I tried to make a crafting recipe for a creeper, but apperently it doesnt work. :/ And now i cant remove the recipe aswell

commented

But i cant write in the box?

commented

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.

commented

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.

commented

capture
did you speak about this? i cant choose any options in left, when spawnegg is selected

commented

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