Skip to content

Commit

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

- Fix a null crash from the helper for moving accessories from Curios to the new system.
- Fix a null crash from Moa Skin loading.
- Fix Zephyr Snowballs having incorrect shooting trajectory.
- Fix the Sentry's hitbox being larger than it should be.
- Fix Valkyrie Queens not unlocking the full Silver Dungeon when defeated.
- Fix first-person glove rendering for players without slim arms.
- Fix incorrect lengths for some discs in their `jukebox_song` files.
- Fix missing mod logo images.
- Fix crash that would occur when stripping blocks with a axe
- Fix shields not blocking damage
- Missing Translucency for Aerogel Blocks
- Fix crash when encoding various values like Status Effects
- Fix issues where Accessories Keybind would close any screen even within text box
- Adjust key press hook fixing issues with Gravitite ability
- Use Porting libs method for processing entity info which fixes entity not spawning (Example: Fabric port of Farmers Delight)
- Adjust fog rendering code when porting lib is installed to correct fog rendering mostly

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

- Fix inability to drop items leading them to be deleted
- Fix inability to choose aether specific Datapacks
- Fix issues where Ice Accessories did not freeze liquids
- Attempt to fix possible crash with syncing DataMaps
- Fix for not creating attached data when tracking lightning

# The Aether - Fabric - 1.21.1-1.5.1-beta.1

- Port 1.21.1-1.5.1-beta.1 from NeoForge to Fabric.
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.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-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.21.1-1.5.1-beta.2-fabric"
"1.21.1-recommended": "1.21.1-1.5.1-beta.3-fabric"
}
}

0 comments on commit 0105db4

Please sign in to comment.