Skip to content

Commit

Permalink
Allow Quilt again (v0.23.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuilder1961 committed Jan 5, 2024
1 parent 0c1aa5a commit fcc0360
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Chat Patches `202.6.3` for Minecraft 1.20.2 on Fabric, Quilt
- Should be compatible with Quilt again! (requires Loader 0.23.0+)
- **Note that Chat Patches still isn't developed directly for Quilt, issues may still arise**

## Chat Patches `202.6.2` for Minecraft 1.20.2 on Fabric
### - Skipped version `202.6.1` to re-sync with the 1.20.4 version
- Remove Gradle integration system, it was completely unnecessary and unused
Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.parallel=true
# Mod properties
archives_base_name=chatpatches
group=obro1961.chatpatches
version=202.6.2
version=202.6.3

# Required dependencies
# https://fabricmc.net/develop
Expand All @@ -21,11 +21,12 @@ yacl=3.3.0-beta.1+1.20.2

# User and publishing info
targets=1.20.2
loaders=fabric
loaders=fabric,quilt

# TODO: specifiy relations here to parse when shipping (also see todo in build.gradle @ L6)
#ex: required=[yacl]
#ex: optional=[modmenu,nochatreports]
#ex: optional=[modmenu,nochatreports] // CF has tool, which works for NCR, but not for MR so may as well use this
#ex: incompatible=[morechathistory]
#ex: embeddedLib=[yarn-mappings]

# For new gradle versions, check https://github.com/FabricMC/fabric-example-mod/blob/1.20/gradle/wrapper/gradle-wrapper.properties

0 comments on commit fcc0360

Please sign in to comment.