add first patch
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"A": {
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"E": {
|
||||
"tag": "meadow:egg"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" A ",
|
||||
"BEB",
|
||||
"CCC"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:cake"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
Reference in New Issue
Block a user