Browse Source

Move roots to herbalism xp tables

nossr50 5 years ago
parent
commit
b9d05d8d67
2 changed files with 9 additions and 4 deletions
  1. 5 0
      Changelog.txt
  2. 4 4
      src/main/resources/experience.yml

+ 5 - 0
Changelog.txt

@@ -1,6 +1,11 @@
 Version 2.1.122
     Changed the xp values for Nether_Wart_Block and Warped_Wart_Block from 20 to 1 for Woodcutting
+    Changed the xp values for Nether_Wart_Block and Warped_Wart_Block from 20 to 3 for Herbalism
     mcMMO now treats Nether_Wart_Block and Warped_Wart_Block as leaves
+    Removed Crimson_Roots and Warped_Roots from Woodcutting XP tables in experience.yml
+    Added Crimson_Roots and Warped_Roots to Herbalism XP tables in experience.yml with a value of 6 XP
+
+
 
 Version 2.1.121
     Fixed a netherite related bug that prevented mcMMO from functioning correctly

+ 4 - 4
src/main/resources/experience.yml

@@ -254,8 +254,6 @@ Experience_Values:
         Shroomlight: 100
         Crimson_Stem: 35
         Warped_Stem: 35
-        Crimson_Roots: 35
-        Warped_Roots: 35
         Oak_Log: 70
         Spruce_Log: 80
         Birch_Log: 90
@@ -284,8 +282,10 @@ Experience_Values:
         Brown_Mushroom_Block: 70
         Mushroom_Stem: 80
     Herbalism:
-        Nether_Wart_Block: 20
-        Warped_Wart_Block: 20
+        Crimson_Roots: 6
+        Warped_Roots: 6
+        Nether_Wart_Block: 3
+        Warped_Wart_Block: 3
         Nether_Sprouts: 10
         Crimson_Fungus: 50
         Warped_Fungus: 50