Sfoglia il codice sorgente

add armadillos to xp

nossr50 1 anno fa
parent
commit
5b822bc626
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 3 1
      Changelog.txt
  2. 1 0
      src/main/resources/experience.yml

+ 3 - 1
Changelog.txt

@@ -1,5 +1,7 @@
 Version 2.2.007
 Version 2.2.007
-    Compatibility with the 1.20.5 MC Update
+    Compatibility with the 1.20.5 / 1.20.6 MC Update
+    Added armadillo to combat experience in experience.yml
+    Fixed bug where Alchemy was not brewing certain potions (haste, etc)
     Alchemy now has more warning/errors that will print out to help debug
     Alchemy now has more warning/errors that will print out to help debug
     Fixed bug where Green Thumb did not replant if seed was in the off hand
     Fixed bug where Green Thumb did not replant if seed was in the off hand
 
 

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

@@ -580,6 +580,7 @@ Experience_Values:
     Combat:
     Combat:
         Multiplier:
         Multiplier:
             Animals: 1.0
             Animals: 1.0
+            Armadillo: 1.1
             Creeper: 4.0
             Creeper: 4.0
             Skeleton: 3.0
             Skeleton: 3.0
             Spider: 2.0
             Spider: 2.0