From 2d0b363fe3179087de59d9ef4a2d14af21d89071 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 17 Aug 2022 21:21:26 -0300 Subject: [Project] ChewStuff Chew Necklaces for Minecraft! --- .../resources/data/chewstuff/recipes/hard_chew.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/main/resources/data/chewstuff/recipes/hard_chew.json (limited to 'src/main/resources/data/chewstuff/recipes/hard_chew.json') diff --git a/src/main/resources/data/chewstuff/recipes/hard_chew.json b/src/main/resources/data/chewstuff/recipes/hard_chew.json new file mode 100644 index 0000000..8cea939 --- /dev/null +++ b/src/main/resources/data/chewstuff/recipes/hard_chew.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "chewstuff:silicone" + }, + { + "item": "chewstuff:silicone" + }, + { + "item": "chewstuff:silicone" + }, + { + "item": "minecraft:string" + } + ], + "result": { + "item": "chewstuff:hard_chew" + } +} -- cgit 1.4.1