Files
jgl_sunlit_patch/kubejs/data/vinery/recipes/wine_fermentation/mead.json
T
2026-07-31 10:34:32 +09:00

26 lines
379 B
JSON

{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 10
},
"ingredients": [
{
"item": "minecraft:honey_block"
},
{
"item": "minecraft:honey_block"
},
{
"item": "minecraft:honey_block"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:mead",
"count": 1
}
}