detector_rail.json 354 B

1234567891011121314151617181920212223
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "X X",
  5. "X#X",
  6. "XRX"
  7. ],
  8. "key": {
  9. "R": {
  10. "item": "minecraft:redstone"
  11. },
  12. "#": {
  13. "item": "minecraft:stone_pressure_plate"
  14. },
  15. "X": {
  16. "item": "minecraft:iron_ingot"
  17. }
  18. },
  19. "result": {
  20. "item": "minecraft:detector_rail",
  21. "count": 6
  22. }
  23. }