From bc1567685a08db6002d61f279bcc943058a8fc6e Mon Sep 17 00:00:00 2001 From: bconlon Date: Tue, 12 Nov 2024 20:29:07 -0800 Subject: [PATCH] build(version): beta.1-neoforge->beta.2-neoforge --- .circleci/continue_config.yml | 2 +- docs/CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- update.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 82bdcdd08..ec8df3956 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -6,7 +6,7 @@ orbs: parameters: artifact-name: type: string - default: aether-1.21.1-1.5.1-beta.1-neoforge.jar + default: aether-1.21.1-1.5.1-beta.2-neoforge.jar deploy-branch: type: string default: 1.21.1-develop diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 43974e33e..832443c9d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,16 @@ +# The Aether - NeoForge - 1.21.1-1.5.1-beta.2 + +Fixes + +- Fix a null crash from the helper for moving accessories from Curios to the new system. +- Fix a null crash from Moa Skin loading. +- Fix Zephyr Snowballs having incorrect shooting trajectory. +- Fix the Sentry's hitbox being larger than it should be. +- Fix Valkyrie Queens not unlocking the full Silver Dungeon when defeated. +- Fix first-person glove rendering for players without slim arms. +- Fix incorrect lengths for some discs in their `jukebox_song` files. +- Fix missing mod logo images. + # The Aether - NeoForge - 1.21.1-1.5.1-beta.1 - Port 1.20.4-1.5.1 to 1.21.1. diff --git a/gradle.properties b/gradle.properties index 79c7efd65..d6baef763 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ neogradle.subsystems.parchment.mappingsVersion=2024.06.23 mod_id=aether mod_group=com.aetherteam.aether mod_name=The Aether -mod_version=1.5.1-beta.1 +mod_version=1.5.1-beta.2 mod_license=Assets: All Rights Reserved; Code: LGPL-3.0 mod_url=https://modrinth.com/mod/aether mod_update=https://github.com/The-Aether-Team/The-Aether/raw/1.21.1-develop/update.json diff --git a/update.json b/update.json index b9492e3bb..8e9e6a82a 100644 --- a/update.json +++ b/update.json @@ -6,6 +6,6 @@ "1.20.1-recommended": "1.20.1-1.5.1-neoforge", "1.20.2-recommended": "1.20.2-1.5.1-neoforge", "1.20.4-recommended": "1.20.4-1.5.1-neoforge", - "1.21.1-recommended": "1.21.1-1.5.1-beta.1-neoforge" + "1.21.1-recommended": "1.21.1-1.5.1-beta.2-neoforge" } }