Tags
Creators
Details
All versions
2.4.2+adapter.1
Release
Halo 2.4.2+adapter.15 days ago 11
Uploaded by
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Full Changelog: Here
- Fixed abrupt triangle-shaped color discontinuities on translucent meshes such as
mesh_mask_demoat oblique viewing angles. HaloCore 2.4.2 corrects triangle-center sorting using actual projected overlap depths. - Applied the same full model-view ordering to resident GPU indices and CPU fallback, including perspective world rendering, orthographic previews, mirrored winding, and expanded vertex layouts. Lateral view changes now invalidate the sorting cache correctly.
- Preserved mesh geometry, UVs, normals, alpha masks, lighting/material inputs, existing definition and save formats, network bytes, and public API v2. Players still install a single Halo JAR for Minecraft 26.3 Fabric.
- Kept this fix scoped to ordering within a mesh. Intersecting/cyclic geometry, eye-plane crossings, and cross-mesh/world transparency remain known limitations; bounded fallback avoids unbounded overlap work. Sorting adds CPU cost, and large-scene in-game performance has not been benchmarked.
- Automated visibility checks across 128 views reduced sampled ordering inversions from 2,528 to zero. This platform's build, packaging and compatibility checks passed. The user confirmed the original reported scene is fixed; separate visual acceptance for every platform, graphics backend and Iris/LabPBR combination is not claimed.
- 修复
mesh_mask_demo等半透明 mesh 在斜视角度出现突兀三角面色差的问题。HaloCore 2.4.2 根据实际投影重叠区域的深度,纠正仅按三角形中心排序导致的前后倒置。 - 常驻 GPU 索引与 CPU 回退采用一致的完整模型视图排序,覆盖透视世界、正交预览、镜像绕序和展开顶点布局;横向视图变化也会正确使排序缓存失效。
- 保留模型几何、UV、法线、alpha mask、光照/材质输入、既有定义与存档格式、网络字节及公开 API v2。Minecraft 26.3 Fabric 玩家仍只需安装一个 Halo JAR。
- 本次仅修复单 mesh 内的排序。相交/循环遮挡、穿过眼平面及跨 mesh/世界透明排序仍为已知边界;通过有界回退限制重叠计算。新排序增加 CPU 开销,大规模场景尚未进行游戏性能压测。
- 128 个视图的自动可见性检查中,错误排序采样从 2,528 次降至 0;本平台构建、合包与兼容检查通过。用户已确认原报告场景修复,但不据此宣称所有平台、图形后端及 Iris/LabPBR 组合均已完成独立视觉验收。
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| halo-26.3-fabric-2.4.2+adapter.1-sources.jar | Sources jar | 405.25 KiB |
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:k2fEt5RO:sQfbOxn8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k2fEt5RO:sQfbOxn8"
}

