minecraft-assets/data/minecraft/recipes/end_crystal.json

24 lines
373 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"E": {
"item": "minecraft:ender_eye"
},
"G": {
"item": "minecraft:glass"
},
"T": {
"item": "minecraft:ghast_tear"
}
},
"pattern": [
"GGG",
"GEG",
"GTG"
],
"result": {
"item": "minecraft:end_crystal"
},
"show_notification": true
}