Browse Source

Add missing mobs to experience tables

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

+ 3 - 1
Changelog.txt

@@ -1,6 +1,8 @@
 Version 2.1.124
     Added Gold_Nugget to Mining's Bonus_Drops in config.yml (edit your config)
-
+    Added Piglin to experience.yml combat XP tables with a value of 2.0 (edit your config)
+    Added Hoglin to experience.yml combat XP tables with a value of 4.0 (edit your config)
+    Added Zombified_Piglin & Zombie_Pigman to experience.yml combat XP tables with a value of 3.0
 
 Version 2.1.123
     Added 'Nether_Gold_Ore' to Mining XP tables in experience.yml with a value of 1300

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

@@ -527,4 +527,8 @@ Experience_Values:
             Trader_Llama: 1.0
             Wandering_trader: 1.0
             Bee: 1.5
+            Piglin: 2.0
+            Hoglin: 4.0
+            Zombie_Pigman: 3.0
+            Zombified_Piglin: 3.0