Skip to content

Commit

Permalink
build(version): beta.6.3->beta.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Oct 25, 2023
1 parent 3f4a5b8 commit 75255c0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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
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.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"
}
}

0 comments on commit 75255c0

Please sign in to comment.