Browse Source

endermen and witches give 0.1x modifiers

nossr50 6 years ago
parent
commit
1871c1ec63
2 changed files with 4 additions and 3 deletions
  1. 2 1
      Changelog.txt
  2. 2 2
      src/main/resources/experience.yml

+ 2 - 1
Changelog.txt

@@ -33,7 +33,8 @@ Version 2.1.2
     (Skills) Removed the Flux Mining mcMMO Pickaxe Item
     (Skills) Removed the Flux Mining mcMMO Pickaxe Item
     (Style) Locked skills now are styled differently in the skill command display
     (Style) Locked skills now are styled differently in the skill command display
     (Experience) Phantoms have been added to the default experience.yml with a value of 4.0 (update your config!)
     (Experience) Phantoms have been added to the default experience.yml with a value of 4.0 (update your config!)
-    (Experience) Default XP value for witch set to 1.0 instead of 0.0
+    (Experience) Default XP value for witch set to 0.1 instead of 0.0
+    (Experience) Default XP value for endermen set to 0.1 instead of 1.0
     (Experience) Default XP value for ender dragon set to 1.0 instead of 0.0
     (Experience) Default XP value for ender dragon set to 1.0 instead of 0.0
     (Style) Added @ symbol styling for hover tooltips to the locale
     (Style) Added @ symbol styling for hover tooltips to the locale
     (Style) Added the skill names in the skill commands display to the locale so it can now be edited and styled
     (Style) Added the skill names in the skill commands display to the locale so it can now be edited and styled

+ 2 - 2
src/main/resources/experience.yml

@@ -393,14 +393,14 @@ Experience:
             Slime: 2.0
             Slime: 2.0
             Ghast: 3.0
             Ghast: 3.0
             Pig_Zombie: 3.0
             Pig_Zombie: 3.0
-            Enderman: 1.0
+            Enderman: 0.1
             Cave_Spider: 3.0
             Cave_Spider: 3.0
             Silverfish: 3.0
             Silverfish: 3.0
             Blaze: 3.0
             Blaze: 3.0
             Magma_Cube: 2.0
             Magma_Cube: 2.0
             Ender_Dragon: 1.0
             Ender_Dragon: 1.0
             Wither: 1.0
             Wither: 1.0
-            Witch: 1.0
+            Witch: 0.1
             Iron_Golem: 2.0
             Iron_Golem: 2.0
             Wither_Skeleton: 4.0
             Wither_Skeleton: 4.0
             Endermite: 2.0
             Endermite: 2.0