Skip to content

Commit

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

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.

Fixes

- Fix Altar and Freezer output not working correctly.
- Fix the eternal day check for sleeping in the Aether.
- Fix Valkyrie Lance being enchantable with Sweeping Edge.
- Fix meat drops from Aether animals not being cooked when killed with Fire Aspect in one hit.
- 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 cancellation of `ProjectileImpactEvent`.
- Fix the optional Shield of Repulsion tooltip being incorrect.
- Fix compatibility support for the Tips mod.
- Fix some configs being checked earlier in mod-loading than necessary to make crash logs more clear in incompatibility edge cases.

# The Aether - NeoForge - 1.21.1-1.5.1-beta.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 @@ neogradle.subsystems.parchment.mappingsVersion=2024.06.23
mod_id=aether
mod_group=com.aetherteam.aether
mod_name=The Aether
mod_version=1.5.1-beta.3
mod_version=1.5.1-beta.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.1-beta.3"
"1.21.1-recommended": "1.5.1-beta.4"
}
}

0 comments on commit fbedc05

Please sign in to comment.