Skip to content

Commit 0487534

Browse files
committed
build(version): 1.5.9->1.5.10
1 parent 82fb03b commit 0487534

4 files changed

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

docs/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# The Aether - NeoForge - 1.21.1-1.5.10
2+
3+
Additions
4+
5+
- Added custom recipe book filter icon sprites for the Altar, Freezer, and Incubator.
6+
- Added a new common config option `"Enables Immersive Portals compatibility"` to toggle compatibility while Immersive Portals is installed.
7+
- Added new block tags: `ores/ambrosium`, `ores/zanite`, `ores/gravitite`, `storage_blocks/ambrosium`, and `storage_block/zanite`.
8+
- Added new item tags: `gems/ambrosium`, `ores/ambrosium`, `ores/zanite`, and `ores/gravitite`.
9+
- Added special dungeon blocks to the `#c:relocation_not_supported` tag.
10+
- Added Stripped Skyroot Log and Stripped Skyroot Wood to the `#c:stripped_logs` and `#c:stripped_woods` respectively.
11+
- Added `#aether:phyg_temptation_items`, `#aether:flying_cow_temptation_items`, `#aether:sheepuff_temptation_items`, `#aether:aerbunny_temptation_items`, `#aether:aerbunny_temptation_items`, and `#aether:moa_food_items` to the `#c:animal_foods` item tag.
12+
- Added Healing Stone to the `#c:foods` item tag.
13+
- Added Ambrosium Shard to the `#c:gems` item tag.
14+
- Added Aether Portal Frame to the `#c:hidden_from_recipe_viewers` item tag.
15+
16+
Changes
17+
18+
- Reworked the assets of the Aether's title screen to be higher quality and the code to be more compatible with mods like Essential that add buttons to the screen.
19+
- Inebriation's movement effects no longer apply to flying players in Creative and Spectator mode.
20+
21+
Fixes
22+
23+
- Fix the Valkyrie Lance accepting Sweeping Edge when it shouldn't.
24+
- Fix the Cloud Staff not accepting durability-related enchantments.
25+
- Fix the Dart Shooter not accepting durability-related enchantments and not disallowing Infinity and Flame.
26+
- Fix Blue Aerclouds not being moveable by Create contraptions.
27+
- Fix changing the `"Overworld-length Aether time cycle"` and `"Syncs time cycles"` configs not working in-game.
28+
- Fix a crash when trying to change the color of contributor perks.
29+
130
# The Aether - NeoForge - 1.21.1-1.5.9
231

332
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.9
12+
mod_version=1.5.10
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.9"
9+
"1.21.1-recommended": "1.5.10"
1010
}
1111
}

0 commit comments

Comments
 (0)