Advertisement
Guest User

Untitled

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