Files
Adrian Marquis b5ede55eba Version 1.0.19b
2023-05-29 13:49:34 +00:00

106 lines
2.4 KiB
JSON

{
"type": "minecraft:chest",
"pools": [
{
"rolls": 4.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 32.0
},
"add": false
}
],
"name": "minecraft:pumpkin_seeds"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 6.0
},
"add": false
}
],
"name": "minecraft:pumpkin_pie"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 16.0
},
"add": false
}
],
"name": "twilightforest:torchberries"
}
]
},
{
"rolls": 2.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 6.0
},
"add": false
}
],
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"name": "twilightforest:moon_dial"
}
]
},
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 1.0,
"max": 12.0
},
"add": false
}
],
"name": "twilightforest:transformation_powder"
},
{
"type": "minecraft:item",
"name": "minecraft:golden_apple"
}
]
}
]
}