Files
minecraft_server_zombie/kubejs/data/deceasedcraft/loot_tables/chests/medicalsupply.json
2024-11-28 17:00:03 +00:00

90 lines
1.8 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:white_wool",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 10,
"name": "minecraft:string",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 5
},
"add": true
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 3
},
"bonus_rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"weight": 3,
"name": "firstaid:bandage",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 4
},
"add": true
}
]
},
{
"type": "minecraft:item",
"weight": 5,
"name": "firstaid:plaster",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 5
},
"add": true
}
]
}
]
}
]
}