Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated yesterday
All versions
0.1.3
Beta
Salt's Anti-Aliasing 0.1.32 months ago 2,217
Compatibility
Minecraft: Java Edition
1.21.8–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Compatibility Fixes
This update makes the modern jar properly compatible across Minecraft 1.21.8 through 1.21.11.
Fixed
- Fixed a startup crash on some 1.21.10/1.21.11 setups caused by Minecraft minor-version render hook differences.
- Fixed anti-aliasing doing nothing on Minecraft 1.21.8.
- Fixed 1.21.8 post-processing shader compatibility by using a mod-provided fullscreen shader instead of relying on a vanilla shader path that only exists in newer versions.
- Fixed MSAA depth resolve issues on 1.21.8.
- Fixed SSAA, TAA, NIS, and FSR render resolve compatibility on 1.21.8.
- Improved compatibility for debug hotkeys across 1.21.8-1.21.11.
- Improved Video Settings screen compatibility with minor vanilla option changes.
Notes
- The same jar is still intended for Minecraft >=1.21.8 <1.21.12.
- No config reset or migration is required.
- No new dependencies were added.
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:Ak070HpD:AqE1vSw1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ak070HpD:AqE1vSw1"
}

