Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
All versions
1.3.8d
Release
Reign of Nether RTS 1.3.8d2 days ago 562
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
⚖️ Balance ⚖️
- Slime and Magma cube HP raised by ~11% at all sizes except tiny
- Piglin Merchant attack and cast windups reduced by 8 ticks (0.4s)
- Fancy Feast cooldown reduced from 45s to 40s
- Throw TNT actual thrown range reduced by 2
- This makes it better match the targeted location on flat ground
⚙️ Quality of Life ⚙️
- You can now queue workers and set rally points from capitols before it's finished building
- Custom building command cooldowns and trigger counts are now saved between world restarts
- Added a custom building command trigger: ON_SCENARIO_START
- You can also set a cooldown to delay its trigger
🛠️ Bugfixes 🛠️
- Fixed units with the fortifying enchantment always showing as having max hp
- Fixed iron golems not being able to move when built by villagers
- Destroyed farm blocks no longer drop any items
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:sCyOO79g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FdbVHPk2:sCyOO79g"
}

