Tweaking mob XP Values

Phantom added and set to 4.0
Witch is now set to 1.0 instead of 0.0
Ender Dragon is now set to 1.0 instead of 0.0
This commit is contained in:
nossr50 2019-01-29 07:13:06 -08:00
parent 370af987d6
commit 7a721c3229
2 changed files with 8 additions and 4 deletions

View File

@ -32,6 +32,9 @@ Version 2.1.2
(Skills) Flux Mining is now a passive effect when you mine ore instead of requiring a special pickaxe
(Skills) Removed the Flux Mining mcMMO Pickaxe Item
(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) Default XP value for witch 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 the skill names in the skill commands display to the locale so it can now be edited and styled
(Experience) Renamed Grass to Grass_Block in treasures.yml to allow grass to give items again (update your configs manually or delete to regen)

View File

@ -398,9 +398,9 @@ Experience:
Silverfish: 3.0
Blaze: 3.0
Magma_Cube: 2.0
Ender_Dragon: 0.0
Wither: 0.0
Witch: 0.0
Ender_Dragon: 1.0
Wither: 1.0
Witch: 1.0
Iron_Golem: 2.0
Wither_Skeleton: 4.0
Endermite: 2.0
@ -415,7 +415,7 @@ Experience:
Zombie_Horse: 1.2
Husk: 3.0
Evoker: 3.0
Polar_Bear: 1.0
Polar_Bear: 2.0
Llama: 1.0
Vindicator: 3.0
Stray: 2.0
@ -435,3 +435,4 @@ Experience:
Illusioner: 3.0
Drowned: 1.0
Dolphin: 1.3
Phantom: 4.0