diff --git a/changelog.md b/changelog.md index 0b3e2aa..9b4056c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,14 +1,5 @@ # Changelog -## Chat Patches `210.6.5` for Minecraft 1.20.5, 1.20.6, 1.21 on Fabric, Quilt -- Ported to Minecraft 1.21! -- **Dev notes:** - - Since this is the first release for 1.21, and because on the surface at least this appears to be compatible with 206.6.5, - the source branches will be split just in case any breaking issues arise later - -**? WARNING ?: THIS RELEASE *SHOULD* BE COMPATIBLE WITH MINECRAFT VERSIONS 1.20.5-1.21, BUT ERRORS MAY OCCUR** - - ## Chat Patches `206.6.5` for Minecraft 1.20.5, 1.20.6 on Fabric, Quilt - Actually updated to Java 21 and Gradle 8.7 - Fixed copy menu rendering behind other chat elements diff --git a/gradle.properties b/gradle.properties index fd8ca2b..84195b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,22 +5,22 @@ org.gradle.parallel=true # Mod properties archives_base_name=chatpatches group=obro1961.chatpatches -version=210.6.5 +version=206.6.5 cfId=560042 mrId=MOqt4Z5n # Required dependencies - https://fabricmc.net/develop -minecraft=1.21 -yarn=+build.2 +minecraft=1.20.6 +yarn=+build.3 loader=0.15.11 -api=0.100.3+1.21 +api=0.100.2+1.20.6 # Dependencies - modmenu: https://modrinth.com/mod/modmenu/versions?l=fabric and yacl: https://modrinth.com/mod/yacl/versions?l=fabric -modmenu=11.0.0 -yacl=3.5.0+1.21 +modmenu=10.0.0-beta.1 +yacl=3.4.2+1.20.5 # Publishing metadata - phase can be ALPHA, BETA, or STABLE -targets=1.20.5,1.20.6,1.21 +targets=1.20.5,1.20.6 loaders=Fabric,Quilt phase=STABLE # relations diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 76be417..a3ac1d4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -43,7 +43,7 @@ "depends": { "java": ">=21", - "minecraft": [ "1.20.5", "1.20.6", "1.21" ], + "minecraft": [ "1.20.5", "1.20.6" ], "fabricloader": ">=0.15.11", "fabric-api": "*", "yet_another_config_lib_v3": "*"