Files
Technic-Server-1.20.1/overrides/kubejs/data/trials/loot_tables/gameplay/vault_loot.json
Jacob Vinding c4ad0f3e2e Added mod files
2025-12-26 21:38:55 +01:00

213 lines
4.8 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:emerald",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"name": "thermal:cinnabar",
"weight": 3,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"name": "create:andesite_alloy_block",
"weight": 12,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"name": "create:brass_ingot",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:golden_carrot",
"weight": 12,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_ingot",
"weight": 12,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"name": "trials:breeze_rod",
"weight": 8,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:ender_pearl",
"weight": 8,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"name": "trials:ominous_bottle",
"weight": 8
},
{
"type": "minecraft:item",
"name": "minecraft:arrow",
"weight": 8,
"functions": [
{
"function": "set_count",
"count": {
"min": 6,
"max": 12
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:golden_apple",
"weight": 8
},
{
"type": "minecraft:item",
"name": "minecraft:book",
"weight": 6,
"functions": [
{
"function": "minecraft:enchant_randomly",
"enchantments": [
"minecraft:mending",
"minecraft:riptide",
"minecraft:loyalty",
"minecraft:channeling",
"minecraft:impaling"
]
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:book",
"weight": 6,
"functions": [
{
"function": "minecraft:enchant_randomly",
"enchantments": [
"minecraft:sharpness",
"minecraft:smite",
"minecraft:efficiency",
"minecraft:fortune",
"minecraft:silk_touch",
"minecraft:feather_falling"
]
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 4,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "minecraft:loot_table",
"name": "trials:gameplay/iron_armor",
"weight": 4
},
{
"type": "minecraft:item",
"name": "trials:bolt_template",
"weight": 2
},
{
"type": "minecraft:item",
"name": "trials:music_disc_precipice",
"weight": 2
}
]
}
]
}