mirror of
https://github.com/JonasunderscoreJones/NotEnoughCursedness.git
synced 2025-10-23 12:39:19 +02:00
added crafting recipe for fletching stairs
This commit is contained in:
parent
e482178ac7
commit
3c68b2ee58
1 changed files with 17 additions and 0 deletions
17
src/main/resources/data/nec/recipes/fletching_stairs.json
Normal file
17
src/main/resources/data/nec/recipes/fletching_stairs.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue