Tags
Creators
Details
1.6.0+mc26.2-snap2-2026-04-29
Compatibility
Changes
VulkanPostFX 1.6.0+mc26.2-snapshot2-2026-04-29
This update fixes and stabilizes the shadow rendering pipeline for Minecraft 26.2 Snapshot 2 on the Vulkan backend.
Added
- Working shadow depth generation.
vulkanpostfx:shadow_depthinjection into the post-processing chain.ShadowDepthSampleraccess for external shader packs.- Dedicated terrain shadow pass support.
- Debug/probe support for validating shadow depth output.
Fixed
- Fixed shadow depth not being written correctly.
- Fixed post effects not receiving usable shadow depth data.
- Fixed reversed-Z depth handling for the Vulkan shadow pass.
- Fixed depth clear / depth compare mismatch in the shadow pipeline.
- Fixed custom shadow terrain pipeline issues that prevented valid caster submission.
Changed
- Reworked shadow pass state setup for the Vulkan backend.
- Improved shadow depth validation workflow.
- Improved internal shadow pass logging and debugging behavior.
Notes
This is primarily a shadow pipeline repair release. Projection tuning, bias, filtering, and final visual polish will continue in later versions.
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:TsmOcOBN:3A2rudNF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsmOcOBN:3A2rudNF"
}

