26 lines
379 B
JSON
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
|
|
}
|
|
}
|