Started by
AMonsterl
on
Topic category: Advanced modding
Hi! I have a problem with the NBT tag output in the GUI. In the GUI, I add the text <ENBT: number: myNBTtag>. When I go into the game to check the performance, instead of the number I need, 0 is output.
Edited by AMonsterl on Fri, 02/19/2021 - 16:55
Maybe this is not a problem with your GUI but the procedures/codes
I don't know
In GUI:
ENBT for Entity NBT
and
BNBT for Block NBT
to test try with a button in your GUI.
put a procedure on the button:
Set Event/target entity data number NBT tag: "YourTag" to (Get Event/target entity data number NBT tag: "YourTag" + 1
yo this does not work for me, the right one does absolutly nothing when i use it and the left one shrinks the itemstack at least but does nothing to ENBT data