tripwire_hook.json 330 B

1234567891011121314151617181920212223
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "I",
  5. "S",
  6. "#"
  7. ],
  8. "key": {
  9. "#": {
  10. "tag": "minecraft:planks"
  11. },
  12. "S": {
  13. "item": "minecraft:stick"
  14. },
  15. "I": {
  16. "item": "minecraft:iron_ingot"
  17. }
  18. },
  19. "result": {
  20. "item": "minecraft:tripwire_hook",
  21. "count": 2
  22. }
  23. }