Skip to content

Commit

Permalink
build(version): beta.4->beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 4, 2024
1 parent 250e9f3 commit df84b26
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit df84b26

Please sign in to comment.