Pillager Caravans

Caravan Member

Updated 2025-10-05

Edit on GitHub

A nested object inside a Caravan Variation that defines an entity with optional extra parameters. All fields except type are optional and can be omitted.

JSON Example
{
  "type": "minecraft:llama",
  "armor": "minecraft:orange_carpet",
  "cargo": "caravans:caravans/cargo/gold",
  "count": 2
}
FieldTypeDescription
typeIdentifierThe entity ID.
armorIdentifierThe armor item worn by the animal (such as horse armor or a carpet for llamas).
cargoIdentifierThe loot table for the cargo this animal carries. Only llamas, donkeys, mules, or modded animals with cargo support can use this field.
countIntegerHow many copies of this entity to spawn. If not specified, only one will appear.