1.20.1-Forge-1.1.2
Compatibility
Changes
English Fixed several hidden bugs that could quietly break progression and combat behavior. Wasteland Orcs: a hardened breed now stalks the wastes — survivors marked by the green tide, and far deadlier than the orcs they once were. Orc Evolution: some orcs no longer stay what they are. When the moment comes, they shed their old form and rise as something far more dangerous. Reaper: a marksman whose shots strike true and refuse to be shrugged off. Ghost: a spectral hunter that lines up its prey from afar — few ever see the shot that takes them. Healing Needle: a field-tested remedy that mends grievous wounds in an instant and keeps working in the moments after. Painkiller: dulls the pain of battle, letting you stand your ground through the worst of it. General polish and balance across combat and progression. 中文 修复了多处隐藏 Bug——那些会在不知不觉中破坏进程与战斗表现的隐患。 废土兽人:一种更坚韧的兽人正在废土上游荡——它们是被绿潮烙下印记的幸存者,远比从前的同类危险。 进化机制:部分兽人不再停留在原本的模样——时机一到,它们褪去旧身,化作远比从前可怖的存在。 收割者:弹无虚发的兽人射手,它的攻击很难被轻易抵消。 幽灵:来自远方的幽灵猎手,早已将猎物纳入准星——很少有人能看清夺走自己性命的那一枪。 治疗针:经过实战检验的疗伤针剂,能瞬间弥合重伤,并在随后的时间里持续生效。 止痛药:麻痹战斗的伤痛,让你在最艰难的时刻也能站稳脚跟。 战斗与成长节奏的整体打磨与平衡。
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:uvMagxwt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t3fD7znK:uvMagxwt"
}

