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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "chocolate_jar",
|
||||
"pattern": [
|
||||
"GG",
|
||||
"GG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "bakery:jar",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "bakery:chocolate_jam"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
{
|
||||
"tag": "bakery:chocolate"
|
||||
},
|
||||
{
|
||||
"tag": "forge:sugar"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "bakery:jar"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "bakery"
|
||||
},
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "meadow"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "bakery:chocolate_truffle",
|
||||
"count": 4
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "bakery"
|
||||
},
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "meadow"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "atmospheric:orange_pudding",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"item": "atmospheric:orange"
|
||||
},
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "meadow:cooking",
|
||||
"result": {
|
||||
"item": "bakery:pudding",
|
||||
"count": 1
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"tag": "bakery:jam"
|
||||
},
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "bakery"
|
||||
},
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "meadow"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user