mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
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:
parent
370af987d6
commit
7a721c3229
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user