Tags
Creators
Details
8.0-alpha.11+1.21.5-fabric
Compatibility
Required content
Changes
Chat Patches 8.0-alpha.11 for Minecraft 1.20.1, 1.21.1+5, 1.21.8–26.2 on Fabric, Quilt
-
Re-published version of
8.0-alpha.10without the rogue code from other incomplete stuff (#325-331)- Side note: some of y'all really need to learn to read. Seriously. Three people submitted bug reports that were IDENTICAL to the top, most recent reports. Please don't inflate my issue numbers with duplicates, it's really frustrating
-
onlyInvasiveDraftingnow synchronizes its value with its successor,saveChatDrafts, to avoid confusion and bugs (#327)- If you're running 1.21.9+, don't touch it at all
-
Rewrote how subproject versions are parsed, for both publishing and file metadata (you don't even know how critical this is)
-
This is the last new version for 1.21.5-10!
-
For those interested in the security of these builds, Modrinth provides a (v3?) API endpoint for viewing file hashes
- I will provide more info in the README when it's clarified how to access in the docs!
-
If all goes well, the next release will move out of the alpha stage and into the beta stage! This release will have the long-needed benefit of being verified by code and game tests, meaning (way!!) less crashes and bugs that are very easily encountered
-
Thank you all for your patience, I know this has taken a while. Going forward I will be solely prioritizing quality over speed.
- As ALWAYS, you can access pre-release builds of Chat Patches through GitHub Actions!
Optional dependencies
Known incompatibilities
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:MOqt4Z5n:oSwRINUk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MOqt4Z5n:oSwRINUk"
}

