End Crystal
minecraft:end_crystal

End Crystal

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Glass, Glass, Glass, Glass, Eye of Ender, Glass, Glass, Ghast Tear and Glass, arranged in the pattern shown. Produces End Crystal.

Crafting
End Crystal End Crystal guaranteed
Developer reference
Registry name
minecraft:end_crystal
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GGG",
    "GEG",
    "GTG"
  ],
  "ingredients": {
    "E": {
      "item": "minecraft:ender_eye"
    },
    "G": {
      "item": "minecraft:glass"
    },
    "T": {
      "item": "minecraft:ghast_tear"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}