Tags
Creators
Details
Licensed MIT
Published last month
Updated 5 days ago
All versions
1.6.2+mc26.2.forge
Release
Auto Torch v1.6.2 for mc26.2 (Forge)5 days ago 3
Compatibility
Minecraft: Java Edition
26.2
Platform
Forge
Supported environments
Client-side
Client and server
Changes
Auto Torch v1.6.2
适用于 Minecraft 1.7.10~26.2 / NeoForge、Forge、Fabric。
本次更新大幅优化了区间插火把时的内存占用,还有光照显示的CPU开销。
优化
- 优化: 将区域索引从空间桶替换为静态包围盒层次结构(BVH),降低内存占用
- 优化: 光照显示按列缓存扫描结果并响应方块变更通知(之前相比速度超快)
- 优化: 统一多版本翻译到main
| 优化项 | 说明 |
|---|---|
| 排除区索引内存 | 通常减少 90% 以上;最大配置下可能达到 99% 级别 |
| BVH 内存 | 稀疏小区域约持平,复杂/重叠区域约 1.2~3 倍 |
| 照明任务整体耗时 | 一般 0~15%,大量大型重叠排除区时约 10~30% |
| 光照覆盖层静止时扫描 CPU | 范围 16 时约减少 96%,范围 32 约 80%,范围 48 约 60%,范围 64 约 20% |
| 光照覆盖层移动或方块更新 | 通常减少 80~97% 的重复扫描量 |
| 覆盖层渲染线程 | 几何重建和临时分配明显减少;总 FPS 提升通常只有 0~5%,因为实际绘制仍然要执行 |
完整变更:https://github.com/sakurakugu/auto-torch/compare/v1.6.1...v1.6.2
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:zak1wIOR:bgDEeUK8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zak1wIOR:bgDEeUK8"
}

