Started by
Xtainius
on
Topic category: Help with Minecraft modding (Java Edition)
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, so make sure to not use NBT procedure blocks for custom data
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.
Issue resolved, there was an oversight on my part in one of my procedures, thanks anyway!