archaeology LOOT
minecraft:archaeology/desert_well
Interactive view of the imported loot-table data.
DROP TABLE
Possible Drops
View raw loot JSON
{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:arms_up_pottery_sherd",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:brewer_pottery_sherd",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:brick"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"name": "minecraft:stick"
},
{
"type": "minecraft:item",
"functions": [
{
"effects": [
{
"type": "minecraft:night_vision",
"duration": {
"type": "minecraft:uniform",
"max": 10,
"min": 7
}
},
{
"type": "minecraft:jump_boost",
"duration": {
"type": "minecraft:uniform",
"max": 10,
"min": 7
}
},
{
"type": "minecraft:weakness",
"duration": {
"type": "minecraft:uniform",
"max": 8,
"min": 6
}
},
{
"type": "minecraft:blindness",
"duration": {
"type": "minecraft:uniform",
"max": 7,
"min": 5
}
},
{
"type": "minecraft:poison",
"duration": {
"type": "minecraft:uniform",
"max": 20,
"min": 10
}
},
{
"type": "minecraft:saturation",
"duration": {
"type": "minecraft:uniform",
"max": 10,
"min": 7
}
}
],
"function": "minecraft:set_stew_effect"
}
],
"name": "minecraft:suspicious_stew"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:archaeology/desert_well"
}