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

71 lines
1.5 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:golden_carrot",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:baked_potato",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:potion",
"weight": 4,
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:regeneration"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:potion",
"weight": 4,
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:strength"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:potion",
"weight": 4,
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:swiftness"
}
]
}
]
}
]
}