1.0.3
Compatibility
Required content
Changes
English
Version 1.0.3 adds an escape mechanic and fixes the invasion wave count bug.
New: the escape mechanic. Every invasion wave is now bounded by a visible zone, marked with three red rings. If you move more than 32 blocks away from the wave center, the wave is abandoned: every remaining orc disappears on the spot, the wave is not counted as cleared, and the same wave returns unchanged the next day. You can run, but running only delays the threat. Escaping also gives you a moment of breathing room instead of piling up more waves.
Fixed: the invasion wave count bug. Orcs no longer spawn in numbers that do not match the daily wave table. Waves no longer stack on top of each other when a previous wave is not finished, and the /orcwave command now spawns the correct full wave.
中文
1.0.3 版本新增逃跑机制,并修复了入侵怪物数量错误的 Bug。
新增:逃跑机制。每一波入侵现在都有可见的边界,由三层红色圆环标记。如果你离开波次中心超过 32 格,该波即被判定放弃:场上所有兽人当场消失,这一波不算清空,明天会原样再来一遍。你可以逃跑,但逃跑只是推迟威胁。逃跑还能换来喘息时间,不会再让波次越积越多。
修复:入侵怪物数量错误的 Bug。兽人数量不再与每日刷怪表不符。上一波未清空时,新波次不再叠加生成;/orcwave 指令现在也能生成正确的满编波次。
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:t3fD7znK:96cPV5Y4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t3fD7znK:96cPV5Y4"
}


