haselkern / Minecraft-ArmorStand

This tool generates a summon command, to summon an armorstand in a desired pose.
https://haselkern.com/Minecraft-ArmorStand/
GNU General Public License v2.0
120 stars 25 forks source link

CustomName format changed in 1.16 #31

Closed haselkern closed 4 years ago

haselkern commented 4 years ago

So apparently the CustomName attribute got changed from

{CustomName:"ABC"}

to

CustomName:'{"text":"ABC"}' 

in Minecraft 1.16.

Another version check for this needs to be implemented and tested.

thelennylord commented 4 years ago

I'll work on a fix for this soon.