-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(version): beta.2-fabric->beta.3-fabric
- Loading branch information
1 parent
a06f7fd
commit 0105db4
Showing
4 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |