minecraft-assets/data/minecraft/loot_tables/entities/cat.json

26 lines
512 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"
}
],
"name": "minecraft:string"
}
],
"rolls": 1.0
}
]
}