spectral_arrow.json 291 B

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