Started by
JaulinEX
on
Topic category: Help with Minecraft modding (Java Edition)
Greetings!
I have a little problem in a procedure, I am trying in an "if" statement to be able to detect when a bee loads pollen using the nbt tag "HasNectar" being 1 when it has and 0 when it does not.
If it has pollen, when you right-click it, it gives it to you and sets the nbt tag back to 0.
The problem is that it is not synchronized between the client and the server, I would appreciate any help solving this problem!
Screenshot of the problem:
PD:(Yes i know, i tagged the bee in another tag but its for later xD)
Att: JaulinEX