diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/ender_eye.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/ender_eye.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/ender_eye.json b/minecrafttrivia/mcdata/recipes/ender_eye.json new file mode 100644 index 0000000..59ad02b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/ender_eye.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:ender_pearl" + }, + { + "item": "minecraft:blaze_powder" + } + ], + "result": { + "item": "minecraft:ender_eye" + } +}
\ No newline at end of file |