introduction of cherry fence

This commit is contained in:
2021-03-17 19:15:18 -04:00
parent 44800b5ff3
commit 78eaec1b10
8 changed files with 113 additions and 2 deletions
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"group": "wooden_fence",
"pattern": [
"W#W",
"W#W"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "cherry:cherry_planks"
}
},
"result": {
"item": "cherry:cherry_fence",
"count": 3
}
}