From d23be8fc2740a78190332eb8021ade04d4679906 Mon Sep 17 00:00:00 2001 From: Aizistral Date: Sat, 22 Aug 2026 16:01:08 +0200 Subject: [PATCH] Build MC1.21.11-v1.0.2 coming right up --- CHANGELOG.md | 5 +++++ Fabric/gradle.properties | 2 +- Forge/gradle.properties | 4 ++-- NeoForge/gradle.properties | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 394747a..41398f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### **\[Build MC1.21.11-v1.0.2\]:** + +- Fixed Forge and NeoForge version of the mod not working; +- Note: this version still has issues with [In-Game Account Switcher](https://modrinth.com/mod/in-game-account-switcher) on Forge & NeoForge. See [#11](https://github.com/Aizistral-Studios/No-Chat-Restrictions/issues/11) for additional information. + #### **\[Build MC1.21.11-v1.0.1\]:** - Fixed incompatibility with [In-Game Account Switcher](https://modrinth.com/mod/in-game-account-switcher) ([thanks to Sw3ys, #23](https://github.com/Aizistral-Studios/No-Chat-Restrictions/pull/23)). diff --git a/Fabric/gradle.properties b/Fabric/gradle.properties index 4921763..08fb024 100644 --- a/Fabric/gradle.properties +++ b/Fabric/gradle.properties @@ -12,7 +12,7 @@ loader_version=0.18.4 loom_version=1.13-SNAPSHOT # Mod Properties -mod_version=Fabric-MC1.21.11-v1.0.1 +mod_version=Fabric-MC1.21.11-v1.0.2 maven_group=com.aizistral.nochatrestrictions archives_base_name=NoChatRestrictions diff --git a/Forge/gradle.properties b/Forge/gradle.properties index e0a3107..579ca73 100644 --- a/Forge/gradle.properties +++ b/Forge/gradle.properties @@ -8,5 +8,5 @@ forge_version=61.0.8 mapping_channel=official mapping_version=1.21.11 -modVersion=Forge-MC1.21.11-v1.0.1 -manifestVersion=1.21.11-v1.0.1 \ No newline at end of file +modVersion=Forge-MC1.21.11-v1.0.2 +manifestVersion=1.21.11-v1.0.2 \ No newline at end of file diff --git a/NeoForge/gradle.properties b/NeoForge/gradle.properties index c1451d1..d61d2d9 100644 --- a/NeoForge/gradle.properties +++ b/NeoForge/gradle.properties @@ -6,5 +6,5 @@ org.gradle.debug=false ## Environment Properties minecraft_version=1.21.11 neo_version=21.11.37-beta -mod_version=NeoForge-MC1.21.11-v1.0.1 -manifest_version=1.21.11-v1.0.1 +mod_version=NeoForge-MC1.21.11-v1.0.2 +manifest_version=1.21.11-v1.0.2