Hey! So I was trying to figure out how to become different animals to prank my sisters on my realm... I found something that worked! (tp animal on a repeating command block, remove collision) For it to fully work, I had to remove AI on the wolf I was teleporting when summoning it. Unfortunately, after I tamed it, the tail became permanently down. This wouldn't be a problem except it's constantly whining. Any suggestions on how to fix it? I've tried the stopsound command but it doesn't seem to be working.
If anyone has figured out how to give the wolf back its AI, and then turn it off again that would be great! But if there's something that will stop that whining sound that would also be appreciated!
Hey! So I was trying to figure out how to become different animals to prank my sisters on my realm... I found something that worked! (tp animal on a repeating command block, remove collision) For it to fully work, I had to remove AI on the wolf I was teleporting when summoning it. Unfortunately, after I tamed it, the tail became permanently down. This wouldn't be a problem except it's constantly whining. Any suggestions on how to fix it? I've tried the stopsound command but it doesn't seem to be working.
If anyone has figured out how to give the wolf back its AI, and then turn it off again that would be great! But if there's something that will stop that whining sound that would also be appreciated!
Nvm! I figured out how to turn off/on the AI: /execute as @e[type=minecraft:wolf] run data merge entity @s {NoAI:1}
to turn AI on just change the 1 to 0
For individual animals, name them and change the command to: /execute as @e[type=minecraft:wolf,name=name] run data merge entity @s {NoAI:1}