Skip to content

Commit

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

Fixes

- Fix eternal day not functioning correctly.
- Fix Silver Dungeons sometimes not generating with aerclouds.
- Fix an incorrect tooltip for Gravitite Armor.
- Fix first-person Shield of Repulsion rendering for players without slim arms.
- Fix projectiles getting stuck on top of the Slider.
- Fix glove modifiers being hardcoded to a specific slot.
- Fix cape textures not being correctly separated per-player.
- Fix Moa Skins not registering on the client.

# The Aether - NeoForge - 1.21.1-1.5.1-beta.2

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.2
mod_version=1.5.1-beta.3
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.21.1-1.5.1-beta.2-neoforge"
"1.21.1-recommended": "1.5.1-beta.3"
}
}

0 comments on commit fdc7d65

Please sign in to comment.