Tags
Creators
Details
1.10.0+mc26.2-snap7-2026-05-15
Compatibility
Changes
Vulkan PostFX 1.10.0
This release ports Vulkan PostFX / VPFX to Minecraft 26.2 Snapshot 7.
Changed
- Updated target Minecraft version to
26.2-snapshot-7. - Updated Fabric Loader / Fabric API target for Snapshot 7.
- Ported render-stage mixins to the new Snapshot 7 render method signatures.
- Revalidated VPFX v1 alpha on Snapshot 7.
- Kept
minecraft_postchainas the current VPFX execution backend.
Verified
- VPFX Minimal Showcase F8 loading
minecraft:scene_colorexternal target bindingsampler_name = "In"/InSamplercompatibility- External pack failure diagnostics
- Broken VPFX pack fallback behavior
- VPFX validation smoke tests
- VPFX runtime materialization smoke tests
Notes
VPFX v1 remains alpha.
The current execution backend is still Minecraft PostChain.
Native VPFX runtime is not implemented yet.
Compute shaders are still unsupported.
Shadow depth support remains experimental.
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:oBdanyte"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsmOcOBN:oBdanyte"
}

