Add a recipe for the zap apple jam

This commit is contained in:
Sollace 2021-02-21 20:57:20 +02:00
parent ed08cb27ab
commit 374bf84548

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"***",
"***",
" U "
],
"key": {
"*": {
"item": "unicopia:cooked_zap_apple"
},
"U": {
"item": "unicopia:empty_jar"
}
},
"result": {
"item": "unicopia:zap_apple_jam_jar"
}
}