Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. name: "Ender Sword Craft"
  2. item:
  3. material: DIAMOND_SWORD
  4. displayName: "&9Ender Sword"
  5. lore: []
  6. durability: -1
  7. itemDamage: 0
  8. damageable: false
  9. info:
  10. description: []
  11. usage: []
  12. obtaining: []
  13. relatedItems:
  14. - "minecraft:DIAMOND_SWORD"
  15. recipes: #IGNORE RECIPE #
  16. -
  17. shaped: true
  18. shape:
  19. - "xaa"
  20. - "xba"
  21. - "xbx"
  22. items:
  23. -
  24. item: "7-CompressedWood"
  25. key: 'a'
  26. -
  27. item: "STICK"
  28. key: 'b'
  29. -
  30. shaped: true
  31. shape:
  32. - "aax"
  33. - "abx"
  34. - "xbx"
  35. items:
  36. -
  37. item: "7-CompressedWood"
  38. key: 'a'
  39. -
  40. item: "STICK"
  41. key: 'b'
  42. resultAmount: 1
  43. canBeUsedGenerically: false
  44. canBePlaced: false
  45. enchantable: false
  46. consumable: false
  47. handlers:
  48. hitMob:
  49. actions:
  50. -
  51. ifTargetType: "PIG"
  52. action: targetAddEffect
  53. effects:
  54. -
  55. type: "GLOWING"
  56. time: 30
  57. strength: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement