Skip to content

Commit 46d3ccf

Browse files
committed
build(version): 1.5.9->1.5.10
1 parent bbc557a commit 46d3ccf

4 files changed

Lines changed: 33 additions & 4 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-fabric.jar
9+
default: aether-1.21.1-1.5.10-fabric.jar
1010
deploy-branch:
1111
type: string
1212
default: 1.21.1-develop-fabric

docs/CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
# The Aether - NeoForge - 1.21.1-1.5.9
1+
# The Aether - Fabric - 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+
30+
# The Aether - Fabric - 1.21.1-1.5.9
231

332
Additions
433

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.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-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.9"
4+
"1.21.1-recommended": "1.5.10"
55
}
66
}

0 commit comments

Comments
 (0)