2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-06-11 15:08:56 +02:00
Spackenmobs/src/main/resources/data/spackenmobs/loot_tables/entities/friedrich.json
2022-03-06 10:15:46 +01:00

31 lines
613 B
JSON

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