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

305 lines
7.2 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:iron_hoe"
}
],
"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
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:obsidian",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:flint",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 18.0,
"min": 9.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_nugget",
"weight": 40
},
{
"type": "minecraft:item",
"name": "minecraft:flint_and_steel",
"weight": 40
},
{
"type": "minecraft:item",
"name": "minecraft:fire_charge",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 24.0,
"min": 4.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_nugget",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:golden_sword",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:golden_axe",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:golden_hoe",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:poisonous_pota_toes",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:poisonous_potato_chestplate",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:golden_helmet",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:golden_leggings",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 12.0,
"min": 4.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:glistering_melon_slice",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:golden_horse_armor",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:potato_pressure_plate",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 12.0,
"min": 4.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato_fruit",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:clock",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato_oil",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:bell"
},
{
"type": "minecraft:item",
"name": "minecraft:enchanted_golden_apple"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_block"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8.0,
"min": 4.0
}
}
],
"random_sequence": "minecraft:chests/ruined_portatol"
}