Skip to content

Commit

Permalink
build(version): beta.1->beta.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Sep 18, 2023
1 parent 5754ef8 commit 0220d65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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.2-1.0.0-beta.1-forge.jar
default: aether-1.19.2-1.0.0-beta.1.1-forge.jar
deploy-branch:
type: string
default: 1.19.4-develop
Expand Down
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# The Aether - Forge - 1.19.2-1.0.0-beta.1.1

Changes

- Add a "Portal text y-coordinate in loading screens" config option to change the position of the "Ascending to the Aether" and "Descending from the Aether" text.

Fixes

- Fix custom GUIs from mods like Catalogue and Controlling not working with the Aether.
- Fix the Invisibility Cloak not appearing to apply visibility to players who have joined the game after the user equipped the accessory.
- Fix a rare overlap with the Aether's music when switching from creative mode to survival mode.
- Fix the Valkyrie Queen's dialogue screen showing up for all players in the vicinity.

# The Aether - Forge - 1.19.2-1.0.0-beta.1

**This beta is a full port of 1.19.4-1.0.0-beta.6.1 to 1.19.2!**
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.1
mod_version=1.0.0-beta.1.1
mc_version=1.19.2
forge_version=43.2.0
mappings=2022.11.27-1.19.2
Expand Down

0 comments on commit 0220d65

Please sign in to comment.