74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
|
{
|
||
|
"pools": [
|
||
|
{
|
||
|
"rolls": 1,
|
||
|
"entries": [
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:waterlily",
|
||
|
"weight": 1
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:name_tag",
|
||
|
"weight": 1
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:saddle",
|
||
|
"weight": 1
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:bow",
|
||
|
"weight": 1,
|
||
|
"functions": [
|
||
|
{
|
||
|
"function": "set_damage",
|
||
|
"damage": {
|
||
|
"min": 0,
|
||
|
"max": 0.25
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"function": "enchant_with_levels",
|
||
|
"levels": 30,
|
||
|
"treasure": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:fishing_rod",
|
||
|
"weight": 1,
|
||
|
"functions": [
|
||
|
{
|
||
|
"function": "set_damage",
|
||
|
"damage": {
|
||
|
"min": 0,
|
||
|
"max": 0.25
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"function": "enchant_with_levels",
|
||
|
"levels": 30,
|
||
|
"treasure": true
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "item",
|
||
|
"name": "minecraft:book",
|
||
|
"weight": 1,
|
||
|
"functions": [
|
||
|
{
|
||
|
"function": "enchant_with_levels",
|
||
|
"levels": 30,
|
||
|
"treasure": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|