1
0

piston.json 372 B

12345678910111213141516171819202122232425
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "TTT",
  5. "#X#",
  6. "#R#"
  7. ],
  8. "key": {
  9. "R": {
  10. "item": "minecraft:redstone"
  11. },
  12. "#": {
  13. "item": "minecraft:cobblestone"
  14. },
  15. "T": {
  16. "tag": "minecraft:planks"
  17. },
  18. "X": {
  19. "item": "minecraft:iron_ingot"
  20. }
  21. },
  22. "result": {
  23. "item": "minecraft:piston"
  24. }
  25. }