Files
IMoO/loot_tables/entities/vindicator_gear.json
2022-01-23 21:24:12 +03:00

27 lines
495 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:iron_axe",
"weight": 1,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "enchant_random_gear",
"chance": 0.25
}
]
}
]
}
]
}