diff options
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.json | 8 |
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" } +} |