LTDV10/packet/kubejs/data/kinetic_pixel/loot_tables/chests/ct.json
2026-04-14 18:20:56 +08:00

56 lines
1.1 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "minecraft:item",
"name": "kinetic_pixel:graycotton",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
}
]
},
{
"type": "minecraft:item",
"name": "kinetic_pixel:barrel",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
},
{
"type": "minecraft:item",
"name": "kinetic_pixel:ammunitionbox",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
}
],
"random_sequence": "kinetic_pixel:chests/ct"
}