Hi guys, i'm trying to spawn a custom skeleton riding a skeleton horse, i choose all equips to skeleton: sword, helmet, chestplate and etc. But when i summon him via command block, the skeleton does not appear with the amor set or even with the sword, he spawns "naked". I don't bother with the horse without amor, but i really want that the skeleton have the amor set showing up. Any solutions? The command i'm using is the following:
Hi guys, i'm trying to spawn a custom skeleton riding a skeleton horse, i choose all equips to skeleton: sword, helmet, chestplate and etc. But when i summon him via command block, the skeleton does not appear with the amor set or even with the sword, he spawns "naked". I don't bother with the horse without amor, but i really want that the skeleton have the amor set showing up. Any solutions? The command i'm using is the following:
/summon skeleton_horse ~ ~2 ~ {Passengers:[{id:"minecraft:skeleton",HandItems:[{id:"minecraft:diamond_sword",count:1},{}],ArmorItems:[{id:"minecraft:diamond_boots",count:1},{id:"minecraft:diamond_leggings",count:1},{id:"minecraft:diamond_chestplate",count:1},{id:"minecraft:diamond_helmet",count:1}]}]}
Anything wrong?