The mobs just don't pickup the items on the ground (armor/weapons)
Linked issues
is duplicated by 1
Comments 8
/summon Zombie ~ ~1 ~ {CustomName:Clone,CustomNameVisible:1,Attributes:[{Name:generic.movementSpeed,Base:0.01}],CanPickupLoot:true,isBaby:1}
The tag must have the tag-type of byte labeled:
/summon Zombie ~ ~1 ~ {CanPickUpLoot:1b}
You must also ensure the gamerule "mobGriefing" is set to true.
CanPickUpLoot is a byte and to be set to 0 / 1Nevermind.
But please provide the exact command you've used to spawn the mobs.