Started by
Nexus9152
on
Topic category: Help with Minecraft modding (Java Edition)
I have an entity which has two variants of saddles; normal saddle and platform saddle. I have two model layers that have theses two textures and are turned on/off based of whether if user right clicks on entity with normal saddle item or platform saddle item (yes synced data was also used). Now, is there a way to toggle the rideable property with synced data or anything? (nbt, etc.)