minecraft-assets/data/minecraft/loot_tables/chests/underwater_ruin_small.json

95 lines
2.1 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 2.0,
"max": 8.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:coal"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:stone_axe"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:rotten_flesh"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:wheat"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:leather_chestplate"
},
{
"type": "minecraft:item",
"name": "minecraft:golden_helmet"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:fishing_rod"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:exploration_map",
"destination": "buried_treasure",
"decoration": "red_x",
"zoom": 1,
"skip_existing_chunks": false
}
],
"name": "minecraft:map"
}
]
}
]
}