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

113 lines
2.7 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"effects": [
{
"type": "minecraft:night_vision",
"duration": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 7.0
}
},
{
"type": "minecraft:blindness",
"duration": {
"type": "minecraft:uniform",
"max": 7.0,
"min": 5.0
}
}
],
"function": "minecraft:set_stew_effect"
},
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:suspicious_stew"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:golden_carrot"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:baked_potato"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:packed_ice",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:snowball",
"weight": 4
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 10.0,
"min": 4.0
}
}
]
}