Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
1.9
Beta
CFX v1.92 years ago 1,329
Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
Changes
- Adds support for 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, and 1.21.4
- Fixes possible conflicts with specific mods by changing how patches are loaded
- Removes "sensitive" patch system since it was no longer necessary
- Restructures how patches are stored internally to be more consistent
- Adds a new patch for InvalidHeadLinks, an exploit affecting 1.20.3 and 1.20.4 regarding player head URLs
- Fixes flaws that allowed for existing OutrageousTranslation patches to be bypassed in specific ways
- Fixes flaws in which the 1.20.2+ patch for NBTSize wouldn't behave properly
- Fixes flaw that allowed for the ComponentDepth patches for 1.14 - 1.20.2 to be bypassed in specific ways
- Ports ExcessiveHearts to 1.20+
Full Changelog: https://github.com/VideoGameSmash12/CFX/compare/v1.8...v1.9
Known Issues
- The ComponentDepth patches for 1.20.3+ are incomplete. I have yet to figure out a good way to do so. Contributions would be appreciated.
Credits
I'd like to give a big thanks to @Alco_Rs11 for testing this project as thoroughly as he did. Thank you.
Optional dependencies
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:tYzbtmFN:YCfTGzBI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tYzbtmFN:YCfTGzBI"
}


