Files
minecraft-assets/data/minecraft/recipes/end_crystal.json
2024-04-22 09:53:17 +02:00

24 lines
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"
}
}