minecraft-src/data/minecraft/recipe/end_crystal.json
2025-07-04 01:41:11 +03:00

24 lines
No EOL
358 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": {
"count": 1,
"id": "minecraft:end_crystal"
}
}