Skip to content

Commit

Permalink
Update to 1.21 and new branch just in case of future issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuilder1961 committed Jun 21, 2024
1 parent 94e1e15 commit e5efb6c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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=206.6.5
version=210.6.5
cfId=560042
mrId=MOqt4Z5n

# Required dependencies - https://fabricmc.net/develop
minecraft=1.20.6
yarn=+build.3
minecraft=1.21
yarn=+build.2
loader=0.15.11
api=0.100.2+1.20.6
api=0.100.3+1.21

# Dependencies - modmenu: https://modrinth.com/mod/modmenu/versions?l=fabric and yacl: https://modrinth.com/mod/yacl/versions?l=fabric
modmenu=10.0.0-beta.1
yacl=3.4.2+1.20.5
modmenu=11.0.0
yacl=3.5.0+1.21

# Publishing metadata - phase can be ALPHA, BETA, or STABLE
targets=1.20.5,1.20.6
targets=1.20.5,1.20.6,1.21
loaders=Fabric,Quilt
phase=STABLE
# relations
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

"depends": {
"java": ">=21",
"minecraft": [ "1.20.5", "1.20.6" ],
"fabricloader": ">=0.15.0",
"minecraft": [ "1.20.5", "1.20.6", "1.21" ],
"fabricloader": ">=0.15.11",
"fabric-api": "*",
"yet_another_config_lib_v3": "*"
},
Expand Down

0 comments on commit e5efb6c

Please sign in to comment.