Files
minecraft-assets/data/minecraft/loot_tables/chests/bastion_hoglin_stable.json
2020-06-23 13:13:26 +00:00

270 lines
6.4 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.15,
"max": 0.45
}
},
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:diamond_shovel"
},
{
"type": "minecraft:item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": 1
}
],
"name": "minecraft:netherite_scrap"
},
{
"type": "minecraft:item",
"weight": 3,
"functions": [
{
"function": "minecraft:set_count",
"count": 1
}
],
"name": "minecraft:ancient_debris"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": 1
}
],
"name": "minecraft:saddle"
},
{
"type": "minecraft:item",
"weight": 25,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gold_block"
},
{
"type": "minecraft:item",
"weight": 15,
"functions": [
{
"function": "minecraft:set_count",
"count": 1
},
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:golden_hoe"
},
{
"type": "minecraft:empty",
"weight": 45
}
]
},
{
"rolls": {
"min": 3.0,
"max": 4.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:glowstone"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gilded_blackstone"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:soul_sand"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:crimson_nylium"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 8.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:leather"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 5.0,
"max": 17.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:arrow"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3.0,
"max": 8.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:string"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:porkchop"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:cooked_porkchop"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:crimson_fungus"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:crimson_roots"
}
]
}
]
}