Tags
Creators
Details
Licensed MIT
Published 5 days ago
Updated 2 days ago
All versions
1.5.0+mc26.2.forge
Release
Auto Torch v1.5.0 for mc26.2 (Forge)last week 2
Compatibility
Minecraft: Java Edition
26.2
Platform
Forge
Supported environments
Client-side
Client and server
Changes
Auto Torch v1.5.0
适用于 Minecraft 1.7.10~26.2 / NeoForge、Forge、Fabric。
新增
- 新增 mc1.7.10~1.20.6 多个版本
- 手动补发工作流及对应补发文档
重构
- 工作流动态获取Java版本并跳过缺失加载器
- Fabric 配置从 Properties 迁移至 TOML 格式并添加 Night Config 依赖
文档
- 更新README中Minecraft版本号范围为1.7.10~26.2
- 添加 Gradle 首次编译超时设置说明
- 版本升级流程增加合并 main 分支新增内容的步骤
- 取消基岩版移植计划并更新README说明
完整变更:https://github.com/sakurakugu/auto-torch/compare/v1.4.3...v1.5.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:IZHI8k6t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zak1wIOR:IZHI8k6t"
}

