grandtheftmc/vice-master@f8937e1dbf1/loot_tables/entities/parrot.json

30 lines
839 B
JSON
Raw Normal View History

2022-09-13 00:34:05 +02:00
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:feather",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}