add first patch
This commit is contained in:
@@ -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