Started by
RedWirePlatinum
on
Topic category: Feature requests and ideas for MCreator
I don't know if it's possible, but could we be able to do something like this? It would help with creating lists or whatever that stays with the player after death, and can also help with GUIs (since NBT variables don't sync to GUI labels, unfortunately). It could also help to get around that "wait block does not support local variables" error or whatever. And maybe if possible, also remove global variables (or reset it to its initial value).
Just them manually
Just make them mannualy*
yeah but it wouldn't really help for like... lists or something, i could make an example
you could place an unbreakable custom block with tile entity at 125 -64 -225 (or some other coordinates at Y -64) when the world is loaded.
you can then reference any nbt tag of that block like it was a variable.
I know this might not work for what you want, but it could be useful to know.
I know how to make a block entity but... why Y -64? also what is a tile entity
tile entity is different name for block entity, I think it used to be called tile entity. Y -64 so it shouldn't interfere with players.
I have another idea for a list but ty
Also small update: apparently only entity nbt values don't sync to gui text labels, blocks and items work just fine