Pillager Caravans
Caravan Member
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.
{
"type": "minecraft:llama",
"armor": "minecraft:orange_carpet",
"cargo": "caravans:caravans/cargo/gold",
"count": 2
}
| Field | Type | Description |
|---|---|---|
type | Identifier | The entity ID. |
armor | Identifier | The armor item worn by the animal (such as horse armor or a carpet for llamas). |
cargo | Identifier | The loot table for the cargo this animal carries. Only llamas, donkeys, mules, or modded animals with cargo support can use this field. |
count | Integer | How many copies of this entity to spawn. If not specified, only one will appear. |