Happy Ghasts with NoAI do not update or save ropes texture.
Steps to Reproduce:
Summon a happy ghast with NoAI equipped with a harness
/summon minecraft:happy_ghast ~ ~ ~ {NoAI:1b,equipment:{body:{id:lime_harness,count:1}}}
Spawn a mob that leases to a happy ghast with quad lead connections such as a sniffer or camel, or a boat
Leash the mob/boat to the happy ghast
❌ Observed: texture does not update
✔ Expected: texture would update
Modify happy ghast’s data to NoAI false
/data modify entity @n[type=minecraft:happy_ghast] NoAI set value 0b
Observed: texture updates immediately
Set NoAI on happy ghast texture back to true
/data modify entity @n[type=minecraft:happy_ghast] NoAI set value 1b
Leave world and reopen it
❌ Observed: ropes texture is lost
✔ Expected: ropes texture would persist
Linked issues
Attachments
Comments 3
Hi!
Can you please provide some additional information?
Could you upload video attachment of the issue?
Could you write down used AI commands?
This ticket will automatically reopen when you reply.
Can confirm.