0.6.0r-fix2-1.20.1-fabric
Compatibility
Changes
-
将 TacZ 兼容支持提升至 1.1.8 版本。
-
修复了法师治疗骑乘友方单位时只治疗坐骑、无法实际治疗骑兵本体的问题。
-
修复了单位穿戴 Iron’s Spells ’n Spellbooks 护甲后,重新进入存档时因物品升级数据异常导致崩溃的问题。
-
修复了士兵索敌时因防跌落机制导致无法正常下台阶、卡住挨打的问题。
-
新增全局移动速度倍率配置,用于统一调整单位移动速度。
-
以及其它相关兼容性改进和行为修复。
-
Updated TacZ compatibility support to version 1.1.8.
-
Fixed mages healing mounted allied units by only targeting the horse instead of the cavalry rider.
-
Fixed crashes when reloading worlds with units wearing Iron’s Spells ’n Spellbooks armor, caused by invalid item upgrade data handling.
-
Fixed soldiers getting stuck on steps during target acquisition due to the anti-fall prevention logic.
-
Added a global movement speed multiplier configuration to adjust unit movement speed.
-
Many other related compatibility improvements and behavior fixes.
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:sGwWd97l:srrIunGg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sGwWd97l:srrIunGg"
}

