aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/data/eye_of_nether/recipes
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2024-08-29 20:16:09 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2024-08-29 20:16:09 +0100
commita243923a3f4c9a6ff2b87a04c14b3e305866521d (patch)
tree4092183ff71f76e20bfcc0d87c2282e0a0ee1866 /src/main/resources/data/eye_of_nether/recipes
parent9a90ba748f11fc06662ceeb83c6a8e3efcae668e (diff)
downloadeye-of-nether-a243923a3f4c9a6ff2b87a04c14b3e305866521d.tar.gz
eye-of-nether-a243923a3f4c9a6ff2b87a04c14b3e305866521d.tar.xz
eye-of-nether-a243923a3f4c9a6ff2b87a04c14b3e305866521d.zip
Version 1.20.1+0
Diffstat (limited to 'src/main/resources/data/eye_of_nether/recipes')
-rw-r--r--src/main/resources/data/eye_of_nether/recipes/eye_of_nether.json8
1 files changed, 8 insertions, 0 deletions
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" }
+}