51 lines
1.6 KiB
JSON
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"
|
|
} |