Entity Documentation - minecraft:loot

minecraft:loot sets the loot table for what items this entity drops upon death.

Important

minecraft:loot requires a loot table to be used when dropping items upon death.

Parameters

Name Default Value Type Description
table not set String The path to the loot table, relative to the Behavior Pack's root.

Example

"minecraft:loot":{
    "table": "loot_tables/entities/wither_skeleton.json"
}

Vanilla entities examples

zombie

"minecraft:loot": {
    "table": "loot_tables/entities/zombie.json"
}

Vanilla entities using minecraft:loot