Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. =CONFIG BEFORE I LOAD MINECRAFT=
  2. # Animated Enchantmnets Config File
  3. # Generated 4/8/13 1:31 AM
  4. # Each entry must be in the form of "effectID": "visualName"
  5. # or for those with a colour variable "effectID": "visualName" - "colourName"
  6. #
  7. # The following are the valid enchantment names (* denotes a colour variable)
  8. # glint* lightning* pulse* cloud
  9. # fire darkcloud rainbow
  10. #
  11. # The following are the valid colour names
  12. # red orange yellow green aqua cyan
  13. # lightblue blue purple magenta pink white
  14.  
  15. # Default
  16. -1: glint - purple
  17.  
  18. [Armour Enchantments]
  19. # Protection
  20. 0: glint - white
  21. # Fire Protection
  22. 1: glint - red
  23. # Feather Falling
  24. 2: pulse - lightblue
  25. # Blast Protection
  26. 3: glint - white
  27. # Projectile Protection
  28. 4: glint - white
  29. # Respiration
  30. 5: pulse - blue
  31. # Aqua Affinity
  32. 6: pulse - cyan
  33. # Thorns
  34. 7: pulse - green
  35.  
  36. [Weapon Enchantments]
  37. # Sharpness
  38. 16: glint - white
  39. # Smite
  40. 17: pulse - purple
  41. # Bane of Arthropods
  42. 18: pulse - magenta
  43. # Knockback
  44. 19: pulse - blue
  45. # Fire Aspect
  46. 20: fire
  47. # Looting
  48. 21: rainbow
  49.  
  50. [Tool Enchantments]
  51. # Efficiency
  52. 32: glint - white
  53. # Silk Touch
  54. 33: glint - white
  55. # Unbreaking
  56. 34: glint - purple
  57. # Fortune
  58. 35: rainbow
  59.  
  60. [Bow Enchantments]
  61. # Power
  62. 48: pulse - red
  63. # Punch
  64. 49: pulse - blue
  65. # Flame
  66. 50: fire
  67. # Infinity
  68. 51: rainbow
  69.  
  70. [Misc Enchantments]
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77. =CONFIG AFTER I LOAD MINECRAFT=
  78. # Animated Enchantmnets Config File
  79. # Generated 4/8/13 1:35 AM
  80. # Each entry must be in the form of "effectID": "visualName"
  81. # or for those with a colour variable "effectID": "visualName" - "colourName"
  82. #
  83. # The following are the valid enchantment names (* denotes a colour variable)
  84. # glint* lightning* pulse* cloud
  85. # fire darkcloud rainbow
  86. #
  87. # The following are the valid colour names
  88. # red orange yellow green aqua cyan
  89. # lightblue blue purple magenta pink white
  90.  
  91. # Default
  92. -1: lightning - purple
  93.  
  94. [Armour Enchantments]
  95. # Protection
  96. 0: lightning - white
  97. # Fire Protection
  98. 1: lightning - red
  99. # Feather Falling
  100. 2: lightning - lightblue
  101. # Blast Protection
  102. 3: lightning - white
  103. # Projectile Protection
  104. 4: lightning - white
  105. # Respiration
  106. 5: lightning - blue
  107. # Aqua Affinity
  108. 6: lightning - cyan
  109. # Thorns
  110. 7: lightning - green
  111.  
  112. [Weapon Enchantments]
  113. # Sharpness
  114. 16: lightning - white
  115. # Smite
  116. 17: lightning - purple
  117. # Bane of Arthropods
  118. 18: lightning - magenta
  119. # Knockback
  120. 19: lightning - blue
  121. # Fire Aspect
  122. 20: fire
  123. # Looting
  124. 21: rainbow
  125.  
  126. [Tool Enchantments]
  127. # Efficiency
  128. 32: lightning - white
  129. # Silk Touch
  130. 33: lightning - white
  131. # Unbreaking
  132. 34: lightning - purple
  133. # Fortune
  134. 35: rainbow
  135.  
  136. [Bow Enchantments]
  137. # Power
  138. 48: lightning - red
  139. # Punch
  140. 49: lightning - blue
  141. # Flame
  142. 50: fire
  143. # Infinity
  144. 51: rainbow
  145.  
  146. [Misc Enchantments]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement