Browse Source

Add Piglin Brute XP

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

+ 4 - 2
Changelog.txt

@@ -2,6 +2,7 @@ Version 2.1.131
 
     New permission node 'mcmmo.ability.repair.netheriterepair' which is included in the mcmmo.defaults permission package
     New permission node 'mcmmo.ability.salvage.netheritesalvage' which is included in the mcmmo.defaults permission package
+    Changed Salvage maximum quantity values to 4 for all Netherite armor
     mcMMO will set the default salvage quantities for netherite armor to 4 once and then never again (see notes)
 
     Added Basalt to Bonus Drops for Mining in config.yml (see notes)
@@ -30,16 +31,17 @@ Version 2.1.131
 
     Added Red Nether Bricks to Experience tables for Mining in experience.yml (see notes)
     Added Netherite to Experience tables for Repair in experience.yml (see notes)
-    Changed Salvage maximum quantity values to 4 for all Netherite gear
+    Added Piglin Brute to Experience tables for all combat skills in experience.yml
+
 
     Netherite now requires 100 Salvage skill (by default configs) in order to salvage
 
     NOTES:
 
+    You should not need to edit your configs to receive any changes in this patch, simply starting your server is enough.
     Default salvage quantities for netherite armor were above 4 in some cases which was not intended, mcMMO will run some code to correct this once and then it will not edit the file again.
     Repair and Salvage are going to get some tweaks regarding Netherite gear really soon.
     This update adds quite a few missing entries for bonus drops, without these entries double drops on these items/blocks will not happen.
-    You should not need to edit your configs to receive these changes.
 
 
 Version 2.1.130

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

@@ -542,6 +542,7 @@ Experience_Values:
             Wandering_trader: 1.0
             Bee: 1.5
             Piglin: 2.0
+            Piglin_Brute: 4.5
             Hoglin: 4.0
             Zombie_Pigman: 3.0
             Zombified_Piglin: 3.0