Skip to content

Commit

Permalink
build(version): 1.5.3->1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Feb 3, 2025
1 parent ffaccd6 commit b021182
Show file tree
Hide file tree
Showing 4 changed files with 27 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.3-neoforge.jar
default: aether-1.21.1-1.5.4-neoforge.jar
deploy-branch:
type: string
default: 1.21.1-develop
Expand Down
24 changes: 24 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# The Aether - NeoForge - 1.21.1-1.5.4

Additions

- Added a new client config option `"Disables the Aether's Moa Skins button from appearing in GUIs"` for disabling the Moa Skins button; this config will only apply for players who do not have any skins.
- Added a message when damaging the Sun Spirit with an Ice Crystal to indicate it can be damaged by conventional means as well.
- Update es_es translation.
- Update fr_fr translation.
- Update ja_jp translation.
- Update ms_my translation.
- Update ru_ru translation.
- Update sk_sk translation.
- Update sv_se translation.
- update uk_ua translation.

Fixes

- Fix using the accessories menu hotkey `I` will no longer override opening a mount's inventory.
- Fix Hammer of Kingbdogz cooldown bar not displaying when equipped to the offhand.
- Fix gloves not disappearing from the Smithing Table menu's armor stand after removing.
- Fix `MinecraftAccessor` in the wrong location.
- Fix a config-loading crash from the Aether's day cycle system.
- Fix not being able to create Immersive Portals' portals from the Aether to the Overworld.

# The Aether - NeoForge - 1.21.1-1.5.3

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 @@ neoForge.parchment.mappingsVersion=2024.06.23
mod_id=aether
mod_group=com.aetherteam.aether
mod_name=The Aether
mod_version=1.5.3
mod_version=1.5.4
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/update.json
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"1.20.1-recommended": "1.20.1-1.5.1-neoforge",
"1.20.2-recommended": "1.20.2-1.5.1-neoforge",
"1.20.4-recommended": "1.20.4-1.5.1-neoforge",
"1.21.1-recommended": "1.5.3"
"1.21.1-recommended": "1.5.4"
}
}

0 comments on commit b021182

Please sign in to comment.