Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 4 days ago
All versions
1.8.0+mc26.3.neoforge
Release
Auto Torch v1.8.0 for mc26.3 (NeoForge)4 days ago 3
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
Auto Torch v1.8.0
适用于 Minecraft 1.7.10~26.3 / NeoForge、Forge、Fabric。
本次更新大幅优化了光照显示的CPU开销,并优化各版本各类UI显示。
适配
- 适配: Minecraft 26.3
- 适配: Minecraft 26.3 的 Vulkan 渲染管线
新增
- 新增: 区间自动插火把第二轮补点间距按亮度要求自动收紧并提示不可达目标
- 新增: 光照显示数字支持跟随视角旋转并可独立设置
- 新增: 为GUI按钮与滑块添加长文本横向滚动效果
重构
- 重构: 删除旧版配置
showNumbers的兼容 - 重构: 删除透视渲染快捷键(F8),如有需要提 issue 讨论是否需要重新添加
- 重构: 将光照显示改成跟随摄像机移动,以支持灵魂出窍等自由视角 mod
- 重构: 修改光照扫描逻辑,提前判断水域,在旱地开销降低80%以上
修复
- 修复: 含颜色的按钮左下角像素没对齐的问题
- 修复: 1.12.2-1.7.10的提示信息换行失败问题
- 修复: 1.10.2-1.7.10的空文本阻止任务提示显示的问题
- 修复: 1.19.2-1.17.1、1.7.10的鼠标悬停提示不会自动换行的问题
- 修复: 26.2以上版本,避免溺尸光照标记导致自由相机卡顿
- 分离溺尸临时几何与主覆盖层缓存
- 限制每帧溺尸可见性射线的数量和耗时
- 使用 primitive long 容器避免扫描缓存哈希碰撞
完整变更:https://github.com/sakurakugu/auto-torch/compare/v1.7.0...v1.8.0
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:OqPfMGmP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zak1wIOR:OqPfMGmP"
}

