add first patch
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "fd_chocolate_pie",
|
||||
"key": {
|
||||
"O": {
|
||||
"item": "farmersdelight:pie_crust"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:cocoa_beans"
|
||||
},
|
||||
"m": {
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
"x": {
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"ccc",
|
||||
"mmm",
|
||||
"xOx"
|
||||
],
|
||||
"result": {
|
||||
"item": "farmersdelight:chocolate_pie"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
Reference in New Issue
Block a user