Files
minecraft-assets/data/minecraft/loot_table/entities/trader_llama.json
2025-02-19 18:31:59 +01:00

36 lines
853 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 0.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"enchantment": "minecraft:looting",
"function": "minecraft:enchanted_count_increase"
}
],
"name": "minecraft:leather"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/trader_llama"
}