Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last week
All versions
1.0.2
Release
Reign of Nether RTS 1.0.22 years ago 34.8K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Bugfixes
- Grunts are now immune to magma by default
- Workers returning a resource should count towards assigned number
- Farm crops can no longer be trampled
- Fixed the castle's building upgrade not working
- Fixed the pillager mounting ravager upgrade being missing
- Reduced occurrence of sonic booms randomly not working (please tell me if this still happens)
- Removed a duplicate line in the clock tooltip
Quality of Life Features
- Pressing same control group key again will now cycle through the selected unit types
Balancing
- Lowered ghast range from 40 to 30
- Garrisoned ranged units get an additional +10 bonus range against ghasts
- Raised ghast health from 30 to 60 so that groups can still reasonably take down garrisons
- Lowered ghast movespeed from 25 to 22
- Raised iron golem movespeed from 20 to 22
- Warden sonic boom damage increased from 60 to 75. It can now 1-shot all units except iron golems, ravagers and other wardens.
- Warden sonic booms now get +10 range after the target is acquired, so enemies can't run away as easily.
- Reduced watchtower garrison limit from 5 to 3 and bastions from 5 to 4
- Reduced all castle-type building garrison limits from 10 to 7
- Reduced all repair speeds by 25%
- Raised watchtower build times by 25%
- Raise capitols' animal spawn interval from 60s to 90s
- Raise wood cost of all farms by 50
Supplementary resources
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:FdbVHPk2:14SL9xZ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FdbVHPk2:14SL9xZ8"
}

