From 3c68b2ee58257d84c048619cb31170cb43a598aa Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Mon, 15 May 2023 17:49:53 +0200 Subject: [PATCH] added crafting recipe for fletching stairs --- .../data/nec/recipes/fletching_stairs.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/data/nec/recipes/fletching_stairs.json diff --git a/src/main/resources/data/nec/recipes/fletching_stairs.json b/src/main/resources/data/nec/recipes/fletching_stairs.json new file mode 100644 index 0000000..750e87c --- /dev/null +++ b/src/main/resources/data/nec/recipes/fletching_stairs.json @@ -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 + } +} \ No newline at end of file