mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
endermen and witches give 0.1x modifiers
This commit is contained in:
parent
7a721c3229
commit
1871c1ec63
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user