diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/end_crystal.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/end_crystal.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/end_crystal.json b/minecrafttrivia/mcdata/recipes/end_crystal.json new file mode 100644 index 0000000..d9e40b5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_crystal.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GGG", + "GEG", + "GTG" + ], + "key": { + "T": { + "item": "minecraft:ghast_tear" + }, + "E": { + "item": "minecraft:ender_eye" + }, + "G": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "minecraft:end_crystal" + } +}
\ No newline at end of file |