Tags
Creators
Details
1.3.8a
Compatibility
Changes
🗺️ Check out the Reign of Nether Official Map Pack 2.0 featuring 18 total maps, both new and updated classics by @Killerbee and @FGTrue!
https://www.curseforge.com/minecraft/mc-mods/reign-of-nether-rts-in-minecraft/files/8400105
⚙️ Quality of Life ⚙️
- Improved marauder animations, including a new run animation when bloodlusted
- Thanks @Lurtz!
- Animals can no longer spawn on resource blocks
- Added gamerule animalSpawnYDiff (default 5)
- Sets the Y level difference between capitols and valid animal spawn positions
- Mousing over a catalyst with a sonic boom and sculk amplifiers researched indicates its split range
- Added a button to the main menu that links to the new map pack
⚖️ Balance ⚖️
- Capturable buildings can no longer be deleted (except in sandbox)
- Bloodlust now has a 5 second cooldown, more obvious particles and a sound effect
- When rtsPathfinding is enabled, all large units will gain smooth movement when climbing blocks
🛠️ Bugfixes 🛠️
- Fixed maps on low Y levels having laggy pathfinding with rtsPathfinding on
- Slimes and magma cubes no longer get stuck in lava (but slimes are not fire proof!)
- Fixed Iron golems getting stuck after spawning
- Units are now much less likely to walk into water on rtsPathfinding
- Fixed players not being defeated if their last building was a capturable neutral building that was recaptured
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:BoJYTIQx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FdbVHPk2:BoJYTIQx"
}

