diff --git a/build.gradle b/build.gradle index 9947af35..9f71091d 100644 --- a/build.gradle +++ b/build.gradle @@ -171,7 +171,7 @@ curseforge { project { id = "${curse_id}" changelog = getChangelogText() - releaseType = 'alpha' + releaseType = 'beta' relations curseRelations diff --git a/changelog.txt b/changelog.txt index 3d8a9a5d..770a2682 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,33 @@ +------------------------------------------------------ +Version 2.3.2 +------------------------------------------------------ + +looky bois, we beta now + +- Fixed Sentient Sword attacking mobs and players without being provoked +- Fixed weird Crystal Clusters being weird + - They are now less weird +- Fixed Ritual Reader and Tinkerer not being in the creative tab +- Fixed an NPE that would happen with some blocks in the Ritual of Magnetism's area of effect +- Fixed Mimics not being able to replace blocks during placement +- Fixed issues with inter-dimensional teleportation + - Teleposers and Teleposition Sigils are now fully functional +- Fixed custom arrows not having their effects when fired from the Sentient Bow +- Fixed Splash Potions being unthrowable while Living Armor had the quenched downgrade +- Fixed Ritual Stones being considered Iron instead of Rock +- Fixed the Lava, Water, and Void sigils so they now work properly with tanks +- Fixed an issue where the Teleposer would attempt to damage an offline player +- Fixed the Compression Sigil so it now functions +- Fixed low tier altars being able to fill high tier orbs +- Fixed Sentient Tools having the wrong material +- Fixed Sentient Tools not having a repair material + - It is now demon crystals +- Added a config to disable mob drops from mobs killed by the Well of Suffering +- Added an additional glow to the Dagger of Sacrifice when it has a full incense bonus +- Reworked the Phantom Bridge +- Updated german translation +- Updated chinese translation + ------------------------------------------------------ Version 2.3.1 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index b97442cd..a138a96c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=BloodMagic package_group=com.wayoftime.bloodmagic -mod_version=2.3.1 +mod_version=2.3.2 mc_version=1.12.2 forge_version=14.23.2.2611 curse_id=224791