Tags
Creators
Details
Licensed MIT
Published 3 days ago
Updated 2 hours ago
All versions
1.6.0+mc1.12.2.forge
Release
Auto Torch v1.6.0 for mc1.12.2 (Forge)14 hours ago 0
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Client and server
Changes
Auto Torch v1.6.0
适用于 Minecraft 1.7.10~26.2 / NeoForge、Forge、Fabric。
新增
- 服务端区域任务总开关配置,关闭时停止任务并禁用相关按钮
- 服务端配置管理命令,支持客户端恢复到默认配置
- 客户端选区与区域管理命令,支持任务状态查询
- 客户端命令系统支持状态查询、附近放置与光照显示设置
- Gradle 任务生成旧版 .lang 语言文件
修复
- Fabric 端单机/局域网也注册服务端命令并通过合并命令树保持补全
- Fabric端服务端命令仅在专用服务器注册以避免命令树冲突
重构
- 发布上传任务串行执行以确保附件顺序
- 火把最小间距下限从3格放宽到1格并同步文档
- 优化构建工作流触发条件与性能
- 启动脚本自动识别 Java 版本并支持 Gradle Java 安装路径
文档
- 丰富AGENTS.md添加项目概览和开发约定
- 更新README中翻译文件转换方式的说明
- 添加翻译贡献指南并忽略TODO.md
- 补充不支持的Minecraft版本范围说明
完整变更:https://github.com/sakurakugu/auto-torch/compare/v1.5.0...v1.6.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:qM8FywYx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zak1wIOR:qM8FywYx"
}

