comparator.json 322 B

12345678910111213141516171819202122
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. " # ",
  5. "#X#",
  6. "III"
  7. ],
  8. "key": {
  9. "#": {
  10. "item": "minecraft:redstone_torch"
  11. },
  12. "X": {
  13. "item": "minecraft:quartz"
  14. },
  15. "I": {
  16. "item": "minecraft:stone"
  17. }
  18. },
  19. "result": {
  20. "item": "minecraft:comparator"
  21. }
  22. }