Skip to content

Commit b38b21d

Browse files
committed
build(version): 1.5.7->1.5.8
1 parent 7774a18 commit b38b21d

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.circleci/continue_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
artifact-name:
88
type: string
9-
default: aether-1.21.1-1.5.7-fabric.jar
9+
default: aether-1.21.1-1.5.8-fabric.jar
1010
deploy-branch:
1111
type: string
1212
default: 1.21.1-develop-fabric

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# The Aether - Fabric - 1.21.1-1.5.8
2+
3+
Changes
4+
5+
- The Sun Spirit no longer goes through blocks, but will break blocks in its path.
6+
- Crystal Islands now support generating with surface blocks of modded biomes.
7+
8+
Fixes
9+
10+
- Fix Cumulus world preview crash loops by adding a failsafe that disables the preview after a crash.
11+
- Fix Tips compatibility causing game resources to reload twice during startup.
12+
- Fix compatibility with gloves not working with some mods that change arm rotations.
13+
- Fix a crash caused by some mods' creative tabs not existing in registry.
14+
115
# The Aether - Fabric - 1.21.1-1.5.7
216

317
Additions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.07.28
99
mod_id=aether
1010
mod_group=com.aetherteam.aether
1111
mod_name=The Aether
12-
mod_version=1.5.7
12+
mod_version=1.5.8
1313
mod_license=Assets: All Rights Reserved; Code: LGPL-3.0
1414
mod_url=https://modrinth.com/mod/aether
1515
mod_update=https://github.com/The-Aether-Team/The-Aether/raw/1.21.1-develop-fabric/update.json

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"homepage": "https://modrinth.com/mod/aether",
33
"promos": {
4-
"1.21.1-recommended": "1.5.7"
4+
"1.21.1-recommended": "1.5.8"
55
}
66
}

0 commit comments

Comments
 (0)