From a243923a3f4c9a6ff2b87a04c14b3e305866521d Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 29 Aug 2024 20:16:09 +0100 Subject: Version 1.20.1+0 --- src/main/resources/data/eye_of_nether/recipes/eye_of_nether.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/data/eye_of_nether/recipes/eye_of_nether.json (limited to 'src/main/resources/data/eye_of_nether/recipes') diff --git a/src/main/resources/data/eye_of_nether/recipes/eye_of_nether.json b/src/main/resources/data/eye_of_nether/recipes/eye_of_nether.json new file mode 100644 index 0000000..e2e1ba8 --- /dev/null +++ b/src/main/resources/data/eye_of_nether/recipes/eye_of_nether.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { "item": "minecraft:ender_pearl" }, + { "item": "minecraft:ghast_tear" } + ], + "result": { "item": "eye_of_nether:eye_of_nether" } +} -- cgit v1.2.3-54-g00ecf