1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-17 06:05:59 +00:00
Files
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

50 lines
995 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:golden_sword",
"weight": 1,
"functions": [
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "enchant_random_gear",
"chance": 0.10
}
]
}
]
},
{
"conditions": [
{
"condition": "random_difficulty_chance",
"default_chance": 1.0,
"peaceful": 0,
"easy": 0
},
{
"condition": "random_regional_difficulty_chance",
"max_chance": 0.15
}
],
"tiers": {
"initial_range": 1
},
"entries": [
{
"type": "loot_table",
"name": "loot_tables/entities/armor_set_gold.json"
}
]
}
]
}