Files
Jacob Vinding c4ad0f3e2e Added mod files
2025-12-26 21:38:55 +01:00

51 lines
1.6 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:potion",
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:night_vision"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:potion",
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:swiftness"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:potion",
"functions": [
{
"function": "minecraft:set_potion",
"id": "minecraft:strength"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:potion",
"functions": [
{
"function": "minecraft:set_potion",
"id": "kubejs:haste"
}
]
}
]
}
],
"random_sequence": "cabin:chests/railshaft/potion"
}