1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 08:21:26 +00:00
bedrock-samples/behavior_pack/loot_tables/chests/bastion_hoglin_stable.json
Mike Ammerlaan 60083d4b1d v1.20.0.1
2023-06-07 09:13:48 -07:00

348 lines
7.3 KiB
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.15,
"max": 0.8
}
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:diamond_shovel"
},
{
"type": "item",
"weight": 8,
"functions": [
{
"function": "set_count",
"count": 1
}
],
"name": "minecraft:netherite_scrap"
},
{
"type": "item",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": 1
}
],
"name": "minecraft:ancient_debris"
},
{
"type": "item",
"weight": 12,
"functions": [
{
"function": "set_count",
"count": 1
}
],
"name": "minecraft:saddle"
},
{
"type": "item",
"weight": 16,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"name": "minecraft:gold_block"
},
{
"type": "item",
"weight": 12,
"functions": [
{
"function": "set_count",
"count": 1
},
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.15,
"max": 0.95
}
},
{
"function": "enchant_randomly"
}
],
"name": "minecraft:diamond_pickaxe"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 8,
"max": 17
}
}
],
"name": "minecraft:golden_carrot"
},
{
"type": "item",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": 1
}
],
"name": "minecraft:golden_apple"
}
]
},
{
"rolls": {
"min": 3,
"max": 4
},
"entries": [
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 6
}
}
],
"name": "minecraft:glowstone",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
],
"name": "minecraft:gilded_blackstone",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"name": "minecraft:soul_sand",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"name": "minecraft:crimson_nylium",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 8
}
}
],
"name": "minecraft:gold_nugget",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
],
"name": "minecraft:leather",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 5,
"max": 17
}
}
],
"name": "minecraft:arrow",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 3,
"max": 8
}
}
],
"name": "minecraft:string",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
],
"name": "minecraft:porkchop",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 5
}
}
],
"name": "minecraft:cooked_porkchop",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"name": "minecraft:crimson_fungus",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 7
}
}
],
"name": "minecraft:crimson_roots",
"weight": 1
},
{
"type": "item",
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
],
"name": "minecraft:crying_obsidian",
"weight": 1
},
{
"type": "item",
"weight": 1,
"functions": [
{
"function": "enchant_randomly"
}
],
"name": "minecraft:golden_axe"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "empty",
"weight": 11
},
{
"type": "item",
"name": "minecraft:snout_armor_trim_smithing_template",
"weight": 1
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "empty",
"weight": 9
},
{
"type": "item",
"name": "minecraft:netherite_upgrade_smithing_template",
"weight": 1
}
]
}
]
}