Added missing recipe for zap wood

This commit is contained in:
Sollace 2023-05-23 18:50:11 +01:00
parent 614ceb9213
commit 5698264da7

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "unicopia:zap_log"
}
},
"result": {
"item": "unicopia:zap_wood"
}
}