Skip to content

Commit 469408c

Browse files
committed
build(version): 1.5.7->1.5.8
1 parent 1ff4fcb commit 469408c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.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-neoforge.jar
9+
default: aether-1.21.1-1.5.8-neoforge.jar
1010
deploy-branch:
1111
type: string
1212
default: 1.21.1-develop

docs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# The Aether - NeoForge - 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+
114
# The Aether - NeoForge - 1.21.1-1.5.7
215

316
Additions

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ neoForge.parchment.mappingsVersion=2024.06.23
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/update.json

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"1.20.1-recommended": "1.20.1-1.5.1-neoforge",
77
"1.20.2-recommended": "1.20.2-1.5.1-neoforge",
88
"1.20.4-recommended": "1.20.4-1.5.1-neoforge",
9-
"1.21.1-recommended": "1.5.7"
9+
"1.21.1-recommended": "1.5.8"
1010
}
1111
}

0 commit comments

Comments
 (0)