I was trying to add some items to an armor stand mob, and realized after some testing that no matter what you try to equip it with or which slot, it will not spawn with the equipment.
Here is the mob I was using to test it
Armor stands not mounting equipment
Here is the mob I was using to test it
Code:
TestStand: Type: ARMOR_STAND Display: '&CTest' Faction: FriendlyTurret Health: 10 Damage: 0 Skills: - suicide ~onSignal:DEATH Equipment: - clear:4 - clear:1 - clear:2 - clear:3 - diamond_sword:0 Options: Despawn: false Persistent:...