Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
3,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. "format_version": "1.15",
  3. "minecraft:attachable": {
  4. "description": {
  5. "identifier": "minecraft:diamond_chestplate"
  6. },
  7. "components": {
  8. "minecraft:can_be_repaired": true,
  9. "minecraft:enchanting": {
  10. "use_enchanting_table": true,
  11. "use_enchanted_books": true,
  12. "max_enchantments": {
  13. "using_enchanting_table": 4,
  14. "using_anvil": 5
  15. },
  16. "enchantments": [
  17. {
  18. "name": "fire_protection",
  19. "max_level": 4
  20. },
  21. {
  22. "name": "projectile_protection",
  23. "max_level": 4
  24. },
  25. {
  26. "name": "blast_protection",
  27. "max_level": 4
  28. },
  29. {
  30. "name": "protection",
  31. "max_level": 4
  32. },
  33. {
  34. "name": "unbreaking",
  35. "max_level": 3
  36. },
  37. {
  38. "name": "thorns",
  39. "max_level": 3
  40. },
  41. {
  42. "name": "mending",
  43. "max_level": 1
  44. }
  45. ]
  46. },
  47. "minecraft:armor": {
  48. "armor_type": "chestplate",
  49. "defensive_points": 8,
  50. "toughness": 2,
  51. "max_damage": 529
  52. }
  53. }
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement