From 5b822bc62609ea4476dcacd6cc0d32b2d687dbc0 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Thu, 2 May 2024 06:39:20 -0700 Subject: [PATCH] add armadillos to xp --- Changelog.txt | 4 +++- src/main/resources/experience.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index eb01a4712..504a6e766 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,7 @@ 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 Fixed bug where Green Thumb did not replant if seed was in the off hand diff --git a/src/main/resources/experience.yml b/src/main/resources/experience.yml index a4838cd67..13fe09386 100644 --- a/src/main/resources/experience.yml +++ b/src/main/resources/experience.yml @@ -580,6 +580,7 @@ Experience_Values: Combat: Multiplier: Animals: 1.0 + Armadillo: 1.1 Creeper: 4.0 Skeleton: 3.0 Spider: 2.0