diff --git a/changelog.txt b/changelog.txt index 4c070f99..98c18c43 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,15 @@ +------------------------------------------------------ +Version 2.4.3 +------------------------------------------------------ + +- Fixed Lava Crystals causing crash when used while not yet bound +- Fixed Teleposers sending entities at the destination position the wrong way +- Fixed Speed Runes not working on Tier 2 altars +- Fixed crash when checking tasks for some entities +- Fixed crash when checking some entities for potion effects +- Re-implemented the Boost potion + - The PR still had TODOs in the description when I merged so this may not be complete yet + ------------------------------------------------------ Version 2.4.2 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 04505448..e1c95353 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=BloodMagic package_group=com.wayoftime.bloodmagic -mod_version=2.4.2 +mod_version=2.4.3 mc_version=1.12.2 forge_version=14.23.5.2808 curse_id=224791