Tags
Creators
Details
1.8.0-beta.1+1.21-fabric
Compatibility
Required content
Changes
Iris 1.8 and Sodium 0.6 are now in beta for Minecraft 1.21!
This is a major release for everyone; special thanks to douira and the rest of the team at CaffeineMC, as well as all the testers.
First, the (admittedly minor) changes in Iris 1.8 standalone:
- (Better) support for tags in shader packs! This allows shader packs to more easily support modded blocks should they wish.
- Support for Distant Horizons 2.2. This will officially release this weekend; any older versions will not work.
- Fixed support for some packs that did not work correctly on Iris 1.7.x. (Some packs such as KappaPT are currently broken for an unknown reason; this is being investigated.)
Now, for the big part.
The changes in Sodium 0.6:
- Translucency sorting!
- No more weird bugs with putting stained glass in front of water or water through itself; it will all be handled by an advanced algorithm.
- Support for the Fabric Rendering API (FRAPI)!
- This will allow mods like Continuity, LambdaBetterGrass and Distant Horizons to work without Indium.
- Both Iris and Sodium now support NeoForge.
- Yes, that's correct; You will be able to use the official releases of both Iris and Sodium on your favorite NeoForge packs, such as All the Mods 10.
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:YL57xq9U:81XVWegK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YL57xq9U:81XVWegK"
}


