All versions
1.2.2
Release
Evolutionary Defense Tower 1.2.215 hours ago 7
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.2.2
Added
- Coordinated Defense Module: Towers equipped with this module will broadcast to all nearby towers within their attack range, coordinating joint attacks.
- Jade Integration: Display attack range and coordinated defense linkage range via Jade.
- Module Rarity System: Added rarity tiers to all modules.
Changed
- Optimized text display for better readability.
- Adjusted the default call range for coordinated defense linkage.
Fixed
- Fixed an issue where English localization text was mixed with Chinese translations.
1.2.2
新增
- 协同防御模块,携带该模块的塔会向外广播,联动其攻击范围内的所有塔协助攻击
- 玉联动显示攻击范围和联动防御距离
- 为模块添加稀有度
调整
- 优化文本显示
- 调整默认联动防御的呼叫范围
修复
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:L0xDWHFs:Cfkgo72c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L0xDWHFs:Cfkgo72c"
}

