43 lines
797 B
JSON
43 lines
797 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:banner",
|
|
"weight": 1,
|
|
"functions": [
|
|
{
|
|
"function": "set_banner_details",
|
|
"type": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |