crossbow.json 384 B

12345678910111213141516171819202122232425
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "#\u0026#",
  5. "~$~",
  6. " # "
  7. ],
  8. "key": {
  9. "~": {
  10. "item": "minecraft:string"
  11. },
  12. "#": {
  13. "item": "minecraft:stick"
  14. },
  15. "\u0026": {
  16. "item": "minecraft:iron_ingot"
  17. },
  18. "$": {
  19. "item": "minecraft:tripwire_hook"
  20. }
  21. },
  22. "result": {
  23. "item": "minecraft:crossbow"
  24. }
  25. }