mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Coral Blocks now give Mining XP
This commit is contained in:
parent
f09fed465a
commit
8a57bbb5d9
@ -15,8 +15,10 @@ Version 2.1.0
|
|||||||
+ Added links to mcMMO related websites to various commands
|
+ Added links to mcMMO related websites to various commands
|
||||||
+ Certain elements of mcMMO's UI have been restyled
|
+ Certain elements of mcMMO's UI have been restyled
|
||||||
+ Added the tagline "Overhaul Era" to various locations until 3.0.0 comes out
|
+ Added the tagline "Overhaul Era" to various locations until 3.0.0 comes out
|
||||||
|
+ (Experience) Coral (blocks) now give Mining XP
|
||||||
+ (Experience) Coral (plants) now give Herbalism XP
|
+ (Experience) Coral (plants) now give Herbalism XP
|
||||||
+ (Experience) Blue Ice now gives Mining XP
|
+ (Experience) Blue Ice now gives Mining XP
|
||||||
|
+ (Experience) Dolphins now give combat XP
|
||||||
+ (Experience) Drowned mobs now count towards combat XP
|
+ (Experience) Drowned mobs now count towards combat XP
|
||||||
+ (Experience) You can now set guaranteed minimum values for XP gained if diminishing returns are enabled, this value defaults to 5% (experience.yml)
|
+ (Experience) You can now set guaranteed minimum values for XP gained if diminishing returns are enabled, this value defaults to 5% (experience.yml)
|
||||||
+ (Events) Starting an XP event will now use the title API (toggle this in advanced.yml)
|
+ (Events) Starting an XP event will now use the title API (toggle this in advanced.yml)
|
||||||
|
@ -206,6 +206,11 @@ Experience:
|
|||||||
White_Tulip: 150
|
White_Tulip: 150
|
||||||
Dandelion: 100
|
Dandelion: 100
|
||||||
Mining:
|
Mining:
|
||||||
|
Tube_Coral_Block: 75
|
||||||
|
Brain_Coral_Block: 80
|
||||||
|
Bubble_Coral_Block: 70
|
||||||
|
Fire_Coral_Block: 90
|
||||||
|
Horn_Coral_Block: 125
|
||||||
Coal_Ore: 100
|
Coal_Ore: 100
|
||||||
Diamond_Ore: 750
|
Diamond_Ore: 750
|
||||||
Emerald_Ore: 1000
|
Emerald_Ore: 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user