EnderLilly,minecraft:ender_pearl,minecraft:end_stone,null,5,1,A resonant flower that seems to fade in and out of existence
I copied that into my mutations script, added the name thing for enderlily up where I defined values. (val = ...) It didn't work. Then I changed the minecraft:end_stone to null because I wanted to get rid of baseblocks anyway, and now I'm getting an error message that it can't parse that line. It's expected a : somewhere but I can't figure out where.
I started with this one because you have that nice example to copy. What am I doing wrong?
Exact lines I added/changed:
val Enderlily = <ExtraUtilities: plant/ender_lilly>; (<- I put a space between the ":" and the "p" here to avoid smilies. The space is not in the actual script)
Enderlily,minecraft:ender_pearl,null,null,5,1,A resonant flower that seems to fade in and out of existence
and added Enderlily to the itemstack for resource seeds. It's the second line there that it's choking on. I got the internal name for enderlilies by having one in my hand and using the command /mt hand name while ingame.
Last edited: