mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Added missing recipe for zap wood
This commit is contained in:
parent
614ceb9213
commit
5698264da7
1 changed files with 15 additions and 0 deletions
15
src/main/resources/data/unicopia/recipes/zap_wood.json
Normal file
15
src/main/resources/data/unicopia/recipes/zap_wood.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "unicopia:zap_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "unicopia:zap_wood"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue