rail.json 278 B

1234567891011121314151617181920
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "X X",
  5. "X#X",
  6. "X X"
  7. ],
  8. "key": {
  9. "#": {
  10. "item": "minecraft:stick"
  11. },
  12. "X": {
  13. "item": "minecraft:iron_ingot"
  14. }
  15. },
  16. "result": {
  17. "item": "minecraft:rail",
  18. "count": 16
  19. }
  20. }