Skip to content

Commit

Permalink
Undo 1.21 commit on 1.20.6 manually bc git is ass
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuilder1961 committed Jun 27, 2024
1 parent 3f484ab commit dfc0cdf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
9 changes: 0 additions & 9 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down

0 comments on commit dfc0cdf

Please sign in to comment.