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

95 lines
2.0 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:poisonous_potato_plant"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:iron_hoe"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:water_bucket"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato",
"weight": 9
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 0.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:poisonous_potato",
"weight": 6
}
],
"rolls": 4.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 0.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bone_meal"
}
],
"rolls": 4.0
}
],
"random_sequence": "minecraft:chests/spawn_bonus_chest"
}