From bedfa3b4d0507e0de4beb522285a18ecef80ea2a Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 6 Jun 2022 17:30:02 +0200 Subject: More morbing --- .../resources/data/morbing/recipes/morbarrow.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/main/resources/data/morbing/recipes/morbarrow.json (limited to 'src/main/resources/data') diff --git a/src/main/resources/data/morbing/recipes/morbarrow.json b/src/main/resources/data/morbing/recipes/morbarrow.json new file mode 100644 index 0000000..8e44539 --- /dev/null +++ b/src/main/resources/data/morbing/recipes/morbarrow.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " I ", + " G ", + " G " + ], + "key": { + "I": { + "item": "minecraft:iron_ingot" + }, + "G": { + "tag": "c:glass_blocks" + } + }, + "result": { + "item": "morbing:morbarrow", + "count": 16 + } +} -- cgit