diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index c29c4778d2..8ec167c6c7 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -6,7 +6,7 @@ orbs: parameters: artifact-name: type: string - default: aether-1.19.4-1.0.0-beta.6.3-forge.jar + default: aether-1.19.4-1.0.0-beta.6.4-forge.jar deploy-branch: type: string default: 1.20.1-develop diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 843fc446cc..2e3545c685 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,25 @@ +# The Aether - Forge - 1.19.4-1.0.0-beta.6.4 + +Additions + +- Add new Moa Skins (still work-in-progress). +- Add sounds for interacting using Swet Balls and Ambrosium Shards. +- Remove Pro Tips when the Tips mod is installed, and include all Pro Tips in Tips' selection instead. +- Update es_es translation. +- Update sk_sk translation. + +Changes + +- Split boss bar textures into separate files. + +Fixes + +- Fix crash with Optifine installed. +- Fix extended reach breaking when interacting using the offhand. +- Fix Skyroot Boats and Skyroot Chest Boats not being dispensable. +- Fix an invisible multiplayer button still existing when the server button config is enabled. + + # The Aether - Forge - 1.19.4-1.0.0-beta.6.3 Additions diff --git a/gradle.properties b/gradle.properties index 03bd447089..03557e9a72 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false # Mod mod_id=aether mod_name=The Aether -mod_version=1.0.0-beta.6.3 +mod_version=1.0.0-beta.6.4 mc_version=1.19.4 forge_version=45.1.0 mappings=2023.06.26-1.19.4 diff --git a/update.json b/update.json index d3ddf887fb..527b727267 100644 --- a/update.json +++ b/update.json @@ -1,8 +1,8 @@ { "homepage": "https://modrinth.com/mod/aether", "promos": { - "1.19.2-recommended": "1.19.2-1.0.0-beta.1.2-forge", - "1.19.4-recommended": "1.19.4-1.0.0-beta.6.3-forge", - "1.20.1-recommended": "1.20.1-1.0.0-beta.1.3-neoforge" + "1.19.2-recommended": "1.19.2-1.0.0-beta.1.3-forge", + "1.19.4-recommended": "1.19.4-1.0.0-beta.6.4-forge", + "1.20.1-recommended": "1.20.1-1.0.0-beta.1.4-neoforge" } }