minecraft-assets/data/minecraft/loot_tables/gameplay/cat_morning_gift.json

45 lines
957 B
JSON

{
"type": "minecraft:gift",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:rabbit_hide"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:rabbit_foot"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:chicken"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:feather"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:rotten_flesh"
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:string"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:phantom_membrane"
}
]
}
]
}