mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-14 01:14:42 +00:00
61 lines
1.2 KiB
JSON
61 lines
1.2 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:iron_sword",
|
|
"weight": 4
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_sword",
|
|
"functions": [
|
|
{
|
|
"function": "specific_enchants",
|
|
"enchants": [
|
|
{
|
|
"id": "sharpness",
|
|
"level": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:iron_sword",
|
|
"functions": [
|
|
{
|
|
"function": "specific_enchants",
|
|
"enchants": [
|
|
{
|
|
"id": "knockback",
|
|
"level": 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"weight": 1
|
|
},
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:diamond_sword",
|
|
"weight": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |