add first patch
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "vinery:apple_fermenting",
|
||||
"input": {
|
||||
"item": "society:ancient_fruit"
|
||||
},
|
||||
"wine_bottle": {
|
||||
"required": true
|
||||
},
|
||||
"output": {
|
||||
"item": "society:ancient_juice",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "vinery:apple_fermenting",
|
||||
"input": {
|
||||
"item": "society:mana_fruit"
|
||||
},
|
||||
"wine_bottle": {
|
||||
"required": true
|
||||
},
|
||||
"output": {
|
||||
"item": "society:mana_fruit_juice",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "vinery:apple_fermenting",
|
||||
"input": {
|
||||
"item": "society:sparkpod"
|
||||
},
|
||||
"wine_bottle": {
|
||||
"required": true
|
||||
},
|
||||
"output": {
|
||||
"item": "society:sparkpod_juice",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "vinery:apple_fermenting",
|
||||
"input": {
|
||||
"item": "pamhc2trees:starfruititem"
|
||||
},
|
||||
"wine_bottle": {
|
||||
"required": true
|
||||
},
|
||||
"output": {
|
||||
"item": "society:starfruit_juice",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user