daylight_detector.json 326 B

12345678910111213141516171819202122
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "GGG",
  5. "QQQ",
  6. "WWW"
  7. ],
  8. "key": {
  9. "Q": {
  10. "item": "minecraft:quartz"
  11. },
  12. "G": {
  13. "item": "minecraft:glass"
  14. },
  15. "W": {
  16. "tag": "minecraft:wooden_slabs"
  17. }
  18. },
  19. "result": {
  20. "item": "minecraft:daylight_detector"
  21. }
  22. }