added crafting recipe for fletching stairs

This commit is contained in:
Jonas_Jones 2023-05-15 17:49:53 +02:00
parent e482178ac7
commit 3c68b2ee58

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"A ",
"AA ",
"AAA"
],
"key": {
"A": {
"item": "minecraft:fletching_table"
}
},
"result": {
"item": "nec:fletching_stairs",
"count": 4
}
}