Spackenmobs/src/main/resources/assets/spackenmobs/loot_tables/entities/friedrich.json

31 lines
580 B
JSON

{
"pools": [
{
"name": "friedrich",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "spackenmobs:ahoj_brause",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}