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

82 lines
1.6 KiB
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "thermal:silver_coin",
"weight": 30,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "tag",
"name": "kubejs:treasure1",
"expand": true,
"weight": 1
},
{
"type": "tag",
"name": "kubejs:treasure2",
"expand": true,
"weight": 1
},
{
"type": "item",
"name": "minecraft:dead_bush",
"weight": 1
},
{
"type": "item",
"name": "minecraft:carrot",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:potato",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:apple",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
}
]
}
]
}