mojira.dev

Ryan Barr

Assigned

No issues.

Reported

MC-156027 NBT tags no longer support strings when spawning entities. Duplicate

Comments

Not sure if this is expected, but this works:

execute at @a run summon minecraft:skeleton ~1 ~1 ~1 {CustomNameVisible:1,CustomName:"\"Test\"",HandItems:[{id:"minecraft:bow",Count:1}]}

Which given 19w08a's change to quotations, this does not feel consistent. Is this a non-issue, or a bug with the changes in that snapshot?

Upon further test, this seems to be isolated to `CustomName`. The following works correctly:

execute at @a run summon minecraft:skeleton ~1 ~1 ~1 {HandItems:[{id:"minecraft:bow",Count:1}]}