mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 17:04:04 +00:00
79 lines
2.4 KiB
JSON
79 lines
2.4 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:nautilus_shell",
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:waterlily",
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:name_tag",
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:saddle",
|
|
"weight": 5
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bow",
|
|
"weight": 5,
|
|
"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": 5,
|
|
"functions": [
|
|
{
|
|
"function": "set_damage",
|
|
"damage": {
|
|
"min": 0,
|
|
"max": 0.25
|
|
}
|
|
},
|
|
{
|
|
"function": "enchant_with_levels",
|
|
"levels": 30,
|
|
"treasure": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:book",
|
|
"weight": 6,
|
|
"functions": [
|
|
{
|
|
"function": "enchant_with_levels",
|
|
"levels": 30,
|
|
"treasure": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |