mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Add a recipe for the zap apple jam
This commit is contained in:
parent
ed08cb27ab
commit
374bf84548
1 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue