end_crystal.json 322 B

12345678910111213141516171819202122
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "GGG",
  5. "GEG",
  6. "GTG"
  7. ],
  8. "key": {
  9. "T": {
  10. "item": "minecraft:ghast_tear"
  11. },
  12. "E": {
  13. "item": "minecraft:ender_eye"
  14. },
  15. "G": {
  16. "item": "minecraft:glass"
  17. }
  18. },
  19. "result": {
  20. "item": "minecraft:end_crystal"
  21. }
  22. }