Files
minecraft-assets/data/minecraft/loot_tables/chests/village/village_snowy_house.json
2019-04-06 17:15:10 +00:00

120 lines
2.8 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": {
"min": 3.0,
"max": 8.0,
"type": "minecraft:uniform"
},
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:blue_ice"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:snow_block"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:potato"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:bread"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 5.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:beetroot_seeds"
},
{
"type": "minecraft:item",
"name": "minecraft:beetroot_soup"
},
{
"type": "minecraft:item",
"name": "minecraft:furnace"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 10,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 7.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:snowball"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:coal"
}
]
}
]
}