2.5
Compatibility
Changes
-
排除雷达所在载具及其连体 Sable 结构,减少切换目标时锁到自己。
-
雷达指南针继续使用实时目标数据给导航台输出坐标。
-
保留物理结构锁定框和雷达坐标换算修复。
-
Excludes the radar's own vehicle and connected Sable structures from target cycling.
-
Radar compasses continue to provide live target data to navigation tables.
-
Keeps the latest structure highlight and radar coordinate 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:l6U0uKgo:wqkJd3ZH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l6U0uKgo:wqkJd3ZH"
}

