Tags
Creators
Details
Licensed MIT
Published 5 days ago
Updated 2 days ago
All versions
1.6.1+mc26.2.fabric
Release
Auto Torch v1.6.1 for mc26.2 (Fabric)2 days ago 11
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Auto Torch v1.6.1
适用于 Minecraft 1.7.10~26.2 / NeoForge、Forge、Fabric。
本次更新修复了 Forge 1.17.2~1.20.1 打不开的问题,1.10.2 及其以下版本翻译丢失的问题。
修复
- 修复 Forge 构建产物执行 SRG 重映射并兼容 1.17.2~1.20.1 资源标识
- 修复 兼容旧版正式包语言文件大小写
完整变更:https://github.com/sakurakugu/auto-torch/compare/v1.6.0...v1.6.1
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:TMaepG17"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zak1wIOR:TMaepG17"
}

