Ver Fonte

Coral Blocks now give Mining XP

nossr50 há 6 anos atrás
pai
commit
8a57bbb5d9
2 ficheiros alterados com 7 adições e 0 exclusões
  1. 2 0
      Changelog.txt
  2. 5 0
      src/main/resources/experience.yml

+ 2 - 0
Changelog.txt

@@ -15,8 +15,10 @@ Version 2.1.0
  + Added links to mcMMO related websites to various commands
  + Certain elements of mcMMO's UI have been restyled
  + 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) Blue Ice now gives Mining XP
+ + (Experience) Dolphins now give 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)
  + (Events) Starting an XP event will now use the title API (toggle this in advanced.yml)

+ 5 - 0
src/main/resources/experience.yml

@@ -206,6 +206,11 @@ Experience:
         White_Tulip: 150
         Dandelion: 100
     Mining:
+        Tube_Coral_Block: 75
+        Brain_Coral_Block: 80
+        Bubble_Coral_Block: 70
+        Fire_Coral_Block: 90
+        Horn_Coral_Block: 125
         Coal_Ore: 100
         Diamond_Ore: 750
         Emerald_Ore: 1000