minecraft-assets/data/minecraft/loot_tables/chests/spawn_bonus_chest.json

198 lines
6.1 KiB
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone_axe",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wooden_axe",
"weight": 3
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone_pickaxe",
"weight": 1
},
{
"type": "item",
"name": "minecraft:wooden_pickaxe",
"weight": 3
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:apple",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:salmon",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 2
}
}
]
}
]
},
{
"rolls": 4,
"entries": [
{
"type": "item",
"name": "minecraft:stick",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "item",
"name": "minecraft:oak_planks",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "item",
"name": "minecraft:oak_log",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:spruce_log",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:birch_log",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:jungle_log",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:acacia_log",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "minecraft:dark_oak_log",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
}
]
}
]
}