Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. name: "Ruby Sword"
  2.  
  3. item:
  4. material: minecraft:DIAMOND_SWORD
  5. textureID: 7
  6. displayName: "Ruby Sword"
  7. durability: 20
  8. damageable : true
  9. hideDurability: true
  10.  
  11. attributes:
  12. #Valid options are "maxHealth", "speed", "attackDamage", "armor", "armorToughness", "attackSpeed", "luck", "jumpStrength"
  13. attackDamage:
  14. # The decimal amount of this attribute
  15. amount: 9.0
  16.  
  17. canBeUsedGenerically: false
  18. canBePlaced: false
  19.  
  20. recipes:
  21. -
  22. shaped: true
  23. shape:
  24. - "xax"
  25. - "xax"
  26. - "xbx"
  27. items:
  28. -
  29. item: "Ruby"
  30. key: 'a'
  31. -
  32. item: "minecraft:STICK"
  33. key: 'b'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement