Files
minecraft-assets/data/minecraft/loot_tables/entities/cat.json
2019-04-06 17:15:10 +00:00

24 lines
456 B
JSON

{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0.0,
"max": 2.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:string"
}
]
}
]
}