Started by
JamesThatsSo
on
Topic category: Help with MCreator software
I feel like this should be relatively straight forward but it doesn't seem to work as intended
When I use "Set entity data number NBT tag", the NBT tags of the entity don't actually seem to change. Is there a way I need to write in the name of the tag other than just putting something like "Age" or "Fire"?
How do you trigger this procedure?
I've tried both on mob spawn and when right clicking the mob but neither seem to do anything, really
How do you later check the NBT tag values?
Well I thought if it worked I'd be able to visually see
But in a very controlled test world I do /entitydata @e and then change a tag that I'm not testing for and I grab the results from the console
The set entity NBT can only control tags under forge domain. Vanilla tags can not be altered this way.
Oh, I wasn't aware
Is there any way I can lower the age on a mob once spawned, then?