Files
2024-11-28 17:00:03 +00:00

144 lines
3.1 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"bonus_rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:cookie",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:potion",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
},
"add": true
},
{
"function": "minecraft:set_nbt",
"tag": "{Purity:3,Potion:\"minecraft:water\"}"
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "apocalypsenow:can_opener"
}
]
},
{
"rolls": {
"min": 1,
"max": 3
},
"bonus_rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"name": "apocalypsenow:canned_fish",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "apocalypsenow:canned_carrot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "apocalypsenow:canned_melon",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "apocalypsenow:canned_pork",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "apocalypsenow:canned_tomatos",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
},
"add": true
}
]
}
]
}
]
}