diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index f3cfd9890..bfbac37e9 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -6,7 +6,7 @@ orbs: parameters: artifact-name: type: string - default: aether-1.21.1-1.5.1-beta.4-fabric.jar + default: aether-1.21.1-1.5.1-beta.5-fabric.jar deploy-branch: type: string default: 1.21.1-develop-fabric diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 59ec46408..5a50fc0b3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,31 @@ +# The Aether - Fabric - 1.21.1-1.5.1-beta.5 + +Changes + +- Update Cumulus to 2.0.0. This includes a rework to the menu registration and the movement of world preview system code from Aether to Cumulus. The Aether/Minecraft Theme button is also now replaced by Cumulus' Menu List button. +- Reimplement config screen. + +Fixes + +- Fix weapon abilities not working. +- FIx Valkyrie Hoe not working. +- Fix Altar and Freezer output not working correctly. +- Fix the eternal day check for sleeping in the Aether. +- Fix eternal day values not persisting correctly. +- Fix Valkyrie Lance being enchantable with any enchantment. +- Fix meat drops from Aether animals not being cooked when killed with Fire Aspect in one hit. +- Fix Ambrosium Torches on walls dropping vanilla Torches. +- Fix Moa jump stats not syncing properly. +- Fix a desync with the Aether tool debuff config in multiplayer. +- Fix an edge case with the Slider's movement math breaking down at high health numbers. +- Fix Shield of Repulsion deflection not working properly. +- Fix a potential edge case with the Shield of Repulsion overriding other mods projectile hit cancellation. +- Fix the optional Shield of Repulsion tooltip being incorrect. +- Fix incompatibility crash with MixinSquared. +- Fix incompatibility crash with Tips mod. +- Fix compatibility support for the Tips mod. +- Fix missing datafixer logspam. + # The Aether - Fabric - 1.21.1-1.5.1-beta.4 Fixes diff --git a/gradle.properties b/gradle.properties index 298818950..39e8ffdb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.28 mod_id=aether mod_group=com.aetherteam.aether mod_name=The Aether -mod_version=1.5.1-beta.4 +mod_version=1.5.1-beta.5 mod_license=Assets: All Rights Reserved; Code: LGPL-3.0 mod_url=https://modrinth.com/mod/aether mod_update=https://github.com/The-Aether-Team/The-Aether/raw/1.21.1-develop-fabric/update.json diff --git a/update.json b/update.json index 4bdfd3d91..be52642dd 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "homepage": "https://modrinth.com/mod/aether", "promos": { - "1.21.1-recommended": "1.5.1-beta.4" + "1.21.1-recommended": "1.5.1-beta.5" } }