2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-05-19 20:04:10 +02:00
Spackenmobs/src/main/resources/assets/spackenmobs/loot_tables/entities/marcell_davis.json
2022-04-12 13:23:27 +02:00

31 lines
578 B
JSON

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