Files
2026-07-31 10:34:32 +09:00

44 lines
944 B
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"type": "minecraft:uniform",
"min": 0,
"max": 2
},
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:cobweb",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:string",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
}
]
}