Tags
Creators
Details
All versions
1.9.1+mc26.2-snap2-2026-05-14
Release
Vulkan PostFX 1.9.1+mc26.2-snapshot2-2026-05-144 months ago 24
Compatibility
Minecraft: Java Edition
26.2-snapshot-2
Platform
Fabric
Supported environments
Client-side
Changes
Vulkan PostFX 1.9.1
Fixed
- Improved failure handling for external VPFX post chains.
- External VPFX pack execution failures are now caught during both:
PostChain.addToFrame(...)- frame graph execution
- Fixed a state issue where an internally failed external VPFX chain could still be marked as successfully applied.
- Failed external VPFX packs are now marked unavailable for the current runtime session.
- When an external VPFX pack fails, Vulkan PostFX now falls back to vanilla rendering instead of allowing invalid pipelines to crash the client.
- Preserved
minecraft:scene_colorexternal target support for theminecraft_postchainbackend. - Preserved
sampler_name = "In"/InSamplercompatibility for VPFX Minimal Showcase.
Notes
This is a stability patch for VPFX v1 alpha.
VPFX v1 remains experimental, and the current backend is still Minecraft PostChain.
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:OCxOX00u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsmOcOBN:OCxOX00u"
}

