diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 3708f3552d..f1e474ea63 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.2-1.0.0-beta.2-forge.jar + default: aether-1.19.2-1.0.0-beta.2.1-forge.jar deploy-branch: type: string default: 1.19.4-develop diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 99862ff3f1..448902b8e7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# The Aether - Forge - 1.19.2-1.0.0-beta.2.1 + +Changes + +- Made Tips compatibility more consistent and compatible with the trivia config. + +Fixes + +- Fix missing class crash with Apache Commons for servers on some machines. +- Fix crash from null Moa Skin selection when refreshing selection screen. +- Fix config for disabling gloves requirement for armor abilities not working. + # The Aether - Forge - 1.19.2-1.0.0-beta.2 Additions diff --git a/gradle.properties b/gradle.properties index 777ae05378..ebec5b9d23 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.2 +mod_version=1.0.0-beta.2.1 mc_version=1.19.2 forge_version=43.2.0 mappings=2022.11.27-1.19.2 diff --git a/update.json b/update.json index 24fe89a05d..e845ef6007 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.2-forge", - "1.19.4-recommended": "1.19.4-1.0.0-beta.7-forge", - "1.20.1-recommended": "1.20.1-1.0.0-beta.2-neoforge" + "1.19.2-recommended": "1.19.2-1.0.0-beta.2.1-forge", + "1.19.4-recommended": "1.19.4-1.0.0-beta.7.1-forge", + "1.20.1-recommended": "1.20.1-1.0.0-beta.2.1-neoforge" } }