mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 15:54:02 +00:00
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/equipment/trial_chamber.json",
|
|
"weight": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bow",
|
|
"weight": 2
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bow",
|
|
"functions": [
|
|
{
|
|
"function": "specific_enchants",
|
|
"enchants": [
|
|
{
|
|
"id": "power",
|
|
"level": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:bow",
|
|
"functions": [
|
|
{
|
|
"function": "specific_enchants",
|
|
"enchants": [
|
|
{
|
|
"id": "punch",
|
|
"level": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"weight": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |