Started by
Rizzard
on
Topic category: Help with MCreator software
In my wait block, i can't use Local var, so i need to store my entity in a global var but there is no entity var type, how can i do that? https://imgur.com/a/yjLbsLK
Topic category: Help with MCreator software
In my wait block, i can't use Local var, so i need to store my entity in a global var but there is no entity var type, how can i do that? https://imgur.com/a/yjLbsLK
What you are looking for is the "nbt data". You can set this using the NBT tag blocks.
These will function as you want them to, you can give the entity an nbt tag which can be read and modified by MCreator's procedures.
Just remember to name it all properly.