Spackenmobs/src/main/resources/assets/spackenmobs/loot_tables/entities/jens.json
2020-08-29 20:42:50 +02:00

31 lines
567 B
JSON

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