diff --git a/Changelog.txt b/Changelog.txt index 38414333e..6638e589e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,7 +1,12 @@ Version 2.1.49 + Added sweet berry bush to Herbalism XP (Update your experience.yml config or delete it to gen a new one) Fixed a bug where falling blocks were not marked as unnatural in water - Fixed a bug where Ability cooldowns were being called async when they are sync only + Fixed a bug where tool lower notifications were being called async when they are sync only Fixed NPE when checking inventory location + Improved herbalism compatibility with anti-cheat (thanks LogGits) + + NOTE: This is what the default herbalism XP table looks like + https://paste.gg/p/anonymous/1022088f20cf44298870930e9bc58e8a Version 2.1.48 1.14 Support diff --git a/src/main/resources/experience.yml b/src/main/resources/experience.yml index 78854d081..30f35baae 100644 --- a/src/main/resources/experience.yml +++ b/src/main/resources/experience.yml @@ -268,6 +268,7 @@ Experience_Values: Brown_Mushroom_Block: 70 Mushroom_Stem: 80 Herbalism: + Sweet_Berry_Bush: 300 Seagrass: 10 Tall_Seagrass: 10 Kelp: 3