mojira.dev
MC-93302

ArmorDropChances and HandDropChances not working

The game won't pay attention to either the ArmorDropChances or the HandDropChances. I used the command:

/summon Skeleton ~ ~1 ~ {SkeletonType:1,ArmorItems:[{},{},{},{id:skull,Damage:3s,tag:{SkullOwner:kingplayer855}}],HandItems:[{id:blaze_rod,tag:{display:{Name:Fire Staff},ench:[{id:20,lvl:10}]}},{}],HandDropChances:[0:1.0f,1:1.0f]}

Comments 1

You have to add the Count: tag to your items, items without a number (defaults to 0) will be removed when dropped
Use

/summon Skeleton ~ ~1 ~ {SkeletonType:1,ArmorItems:[{},{},{},{id:skull,Count:1,Damage:3s,tag:{SkullOwner:kingplayer855}}],HandItems[{id:blaze_rod,Count:1,tag:{display:{Name:Fire Staff},ench:[{id:20,lvl:10}]}},{}],HandDropChances:[0:1.0f,1:1.0f]}

Side note, you might want to make your commands more strickt, not that it doesn't work anymore, but that it might not work anymore in the future

/summon Skeleton ~ ~1 ~ {SkeletonType:1b,ArmorItems:[{},{},{},{id:"minecraft:skull",Count:1b,Damage:3s,tag:{SkullOwner:"kingplayer855"}}],HandItems[{id:"minecraft:blaze_rod",Count:1b,tag:{display:{Name:"Fire Staff"},ench:[{id:20s,lvl:10s}]}},{}],HandDropChances:[0:1.0f,1:1.0f]}

Alex Carlson

(Unassigned)

Unconfirmed

Minecraft 15w47c

Retrieved