mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 14:44:01 +00:00
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/equipment/trial_chamber_chainmail.json",
|
|
"weight": 4
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/equipment/trial_chamber_iron.json",
|
|
"weight": 2
|
|
},
|
|
{
|
|
"type": "loot_table",
|
|
"name": "loot_tables/equipment/trial_chamber_diamond.json",
|
|
"weight": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |