NBT tags NOT WORKING in conditions, it used to work in previous versions

Started by MatheusVieira on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 13:39, 28. Apr 2024
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
NBT tags NOT WORKING in conditions, it used to work in previous versions

I'm trying to make the entity have a specific texture layer if the boolean tag "isMale" is set to true, I've already made the procedure that sets the entity to have this tag as true in initial spawn, and THIS PART DOES work, as you all can see in the minecraft chat screenshot, the entity already has the tag

the problem is: the condition does not detect the NBT tag as true, so, it does not apply the texture to the animal (I tried to replace the NBT with other boolean stuff too, it works with other options, but not with NBT)

the problem is: theā€¦
Mon, 04/15/2024 - 17:05

the problem is: the condition does not detect the NBT tag as true, so, it does not apply the texture to the animal (I tried to replace the NBT with other boolean stuff too, it works with other options, but not with NBT)

As the procedure editor clearly indicates, NBT data is not client-server synced.

To change entity textures, please use Synced entity data