Started by
msrodrigues2000
on
Topic category: Help with Minecraft modding (Java Edition)
I observed that NBT values works fine inside one determined procedure, but once I try to call a entity NBT value inside a procedure and that NBT value was set up on another procedure, the value seems to bug, and things do not seem to work as supposed. Is there something I am missing? Maybe related to is provided world remote?
Probably, but how am I supposed to know when there is no code/images...
Would like to but I need further testing to understand what is going on. I am having two problems, 1.The value is given as 0/false when I call it in another procedure even if it is there and is different and 2.nbt value falsely resets at reloging in the world, appears 0 but holds its true value.
nbt tags are set either on the server or client side. if you save an nbt tag value on the server and try to read it on the client side, the data will be wrong since you have not manually synced them.
syncing entity nbt is a requested feature, as of today not yet implemented.
Thank you friend, you are truly a friend, was almost going insane here