Skip to content

Commit

Permalink
build(version): 1.1.0->1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Jan 29, 2024
1 parent 902e4d6 commit 838d9dc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# The Aether - Forge - 1.19.2-1.2.0

Additions

- Add a client config option `"Enables Hammer of Kingbdogz' cooldown overlay"` for disabling the Hammer of Kingbdogz' visual bar for cooldown.
- Add translation keys for dimension and dungeon names.
- Add a new event `BossFightEvent` for addon developers.
- Compatibility with REI.
- Compatibility with Combatify.
- Update de_at translation.
- Update en_ud translation.
- Update es_es translation.
- Update it_it translation.
- Update ja_jp translation.
- Update ms_my translation.
- Update pl_pl translation.
- Update ru_ru translation.
- Update sk_sk translation.
- Update sv_se translation.
- Update tok translation.
- Update uk_ua translation.
- Update zh_cn translation.

Fixes

- Fix gloves not taking durability damage.
- Fix dungeon entities being able to go through portals.
- Fix Thunder Crystals still being able to destroy items.
- Fix player passengers like Aerbunnies being able to be damaged by lightning weaponry.
- Fix the high disc having an incorrect redstone signal duration.
- Fix more issues with the Invisibility Cloak not syncing properly on multiplayer.
- Fix a warning and crash with JER.

# The Aether - Forge - 1.19.2-1.1.0

Additions
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
# Mod
mod_id=aether
mod_name=The Aether
mod_version=1.1.0
mod_version=1.2.0
mc_version=1.19.2
forge_version=43.2.0
mappings=2022.11.27-1.19.2
Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://modrinth.com/mod/aether",
"promos": {
"1.19.2-recommended": "1.19.2-1.1.0-forge",
"1.19.4-recommended": "1.19.4-1.1.0-forge",
"1.20.1-recommended": "1.20.1-1.1.0-neoforge"
"1.19.2-recommended": "1.19.2-1.2.0-forge",
"1.19.4-recommended": "1.19.4-1.2.0-forge",
"1.20.1-recommended": "1.20.1-1.2.0-neoforge"
}
}

0 comments on commit 838d9dc

Please sign in to comment.