Mojira Archive
MC-124834

Command ignores capital letters and give an incorrect feedback

When the tag contains capital letters the command will not be executed.

The following command can be successfully executed correctly in 1.12.2.

This command should summon a husk.
/summon Husk ~ ~ ~
This command should give you a stone.
/give @p Stone 1
The husk should be holding a stone when summoned.
/summon husk ~ ~ ~ {HandItems:[{id:Stone,Count:1},{}]}
The husk should be holding a stone when spawned.
1.12.2:
/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {SpawnData:{id:"husk",HandItems:[{id:Stone,Count:1},{}]}} 

18w05a:
/setblock ~ ~ ~ minecraft:mob_spawner{SpawnData:{id:"husk",HandItems:[{id:Stone,Count:1},{}]}} replace
This command caused the

MC-124123

.
1.12.2:
/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {SpawnData:{id:"Husk"}} 

18w05a:
/setblock ~ ~ ~ minecraft:mob_spawner{SpawnData:{id:"Husk"}} replace