add first patch
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "bakery:cake_dough",
|
||||
"count": 12
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "bakery:wheat"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluid": "society:milk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "farm_and_charm:dough",
|
||||
"count": 5
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "farm_and_charm:flour"
|
||||
},
|
||||
{
|
||||
"item": "farm_and_charm:yeast"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "bakery:dough"
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "bakery:wheat"
|
||||
},
|
||||
{
|
||||
"item": "bakery:yeast"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluidTag": "forge:water"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "create:mixing",
|
||||
"results": [
|
||||
{
|
||||
"item": "bakery:sweet_dough",
|
||||
"count": 12
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "bakery:wheat"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"amount": 250,
|
||||
"fluid": "minecraft:water"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user