Custom entity data synced NBT not updating (SOLVED)

Started by Xtainius on

Topic category: Help with modding (Java Edition)

Last seen on 20:49, 28. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom entity data synced NBT not updating (SOLVED)
Tue, 05/28/2024 - 20:50 (edited)

I am using the integrated data synced NBT system to dynamically change the visibility of a custom entity's model layer. When the proper conditions are met, the model layer doesn't change, but when the entity spawns with the correct default value to display the model layer, the model layer shows just fine. I'm not sure if the NBT value isn't updating or if the model isn't updating, but I'd appreciate some help!

Edited by Xtainius on Tue, 05/28/2024 - 20:50
Synced data is not NBT data,…
Tue, 05/28/2024 - 15:12

Synced data is not NBT data, so make sure to not use NBT procedure blocks for custom data

Last seen on 20:49, 28. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Apologies, I explained it…
Tue, 05/28/2024 - 20:45

Apologies, I explained it all wrong. I'm not using anything to do with the NBT procedure blocks, I just checked and I believe they are called "data parameters", the issue is that the entity model doesn't change along with the value, or the value just isn't changing.

Last seen on 20:49, 28. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Issue resolved, there was an…
Tue, 05/28/2024 - 20:50

Issue resolved, there was an oversight on my part in one of my procedures, thanks anyway!