Files
minecraft-assets/data/minecraft/loot_table/archaeology/desert_pyramid.json
2025-03-19 18:31:15 +01:00

44 lines
1007 B
JSON

{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:archer_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:miner_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:prize_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:skull_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"name": "minecraft:tnt"
},
{
"type": "minecraft:item",
"name": "minecraft:gunpowder"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:archaeology/desert_pyramid"
}