You've already forked minecraft-assets
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"type": "minecraft:chest",
|
|
"pools": [
|
|
{
|
|
"rolls": {
|
|
"type": "minecraft:uniform",
|
|
"min": 1.0,
|
|
"max": 5.0
|
|
},
|
|
"bonus_rolls": 0.0,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"type": "minecraft:uniform",
|
|
"min": 1.0,
|
|
"max": 3.0
|
|
},
|
|
"add": false
|
|
}
|
|
],
|
|
"name": "minecraft:clay_ball"
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:flower_pot"
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"weight": 2,
|
|
"name": "minecraft:stone"
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"weight": 2,
|
|
"name": "minecraft:stone_bricks"
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"weight": 4,
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"type": "minecraft:uniform",
|
|
"min": 1.0,
|
|
"max": 4.0
|
|
},
|
|
"add": false
|
|
}
|
|
],
|
|
"name": "minecraft:bread"
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:yellow_dye"
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:smooth_stone"
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:emerald"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |