2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-06-11 06:58:56 +02:00
Spackenmobs/src/main/resources/assets/spackenmobs/loot_tables/entities/jens.json
ACGaming 68b777bffb Auto-formatting "fix" and additional stuff
Adapt auto-formatting to own weird style
Re-added missing Jens AI and loot
Fixed creative tab
2020-08-23 15:38:40 +02:00

26 lines
355 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
}
}
]
}]
}]
}