Files
minecraft-assets/data/minecraft/loot_tables/chests/village/village_plains_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",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 3.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:gold_nugget"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:dandelion"
},
{
"type": "minecraft:item",
"name": "minecraft:poppy"
},
{
"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:apple"
},
{
"type": "minecraft:item",
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"name": "minecraft:feather"
},
{
"type": "minecraft:item",
"weight": 2,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 4.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 5,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:oak_sapling"
}
]
}
]
}