add first patch
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
{
|
||||
"tag": "bakery:chocolate"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "bakery:jar"
|
||||
},
|
||||
"recipe_book_tab": "meals",
|
||||
"result": {
|
||||
"item": "bakery:chocolate_jam"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user