Files
minecraft-assets/data/minecraft/loot_tables/chests/village/village_potato_house.json
2025-02-03 11:41:59 +01:00

128 lines
3.0 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato_oil"
},
{
"type": "minecraft:item",
"name": "minecraft:potato_flower",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:poisonous_potato_oil"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato_fruit",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"name": "minecraft:feather"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:poisonous_potato",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato_sprouts",
"weight": 5
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 3.0
}
}
],
"random_sequence": "minecraft:chests/village/village_potato_house"
}