Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last week
All versions
1.3.0-beta-3
Beta
Reign of Nether RTS 1.3.0-beta-37 months ago 1,398
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
đ ď¸ Bugfixes đ ď¸
- Fixed the Efficiency enchantment being applied to all units across the game randomly
- Fixed the Efficiency enchantment icon disappearing whenever the villager stopped working
- The Enchanter's aura now correctly affects all library enchantments, including quickshot, vigor and maiming
- Vigor will reduce cooldowns by 44% when affected
- Maiming increases the magnitude of slowness applied
- Fixed Warden's Sonic Boom doing way less damage than expected
- Fixed Sculk Catalysts sometimes not spreading sculk when units near it died, including from sacrifice
âď¸ Quality of Life âď¸
- Reworked the Hero level up menu icons, thanks @20-sided!
- Libraries and Blacksmiths now have a range indicator
âď¸ Balance âď¸
- Enchant Vigor cooldown reduction reduced from 30% to 25%
- Cost reduced from (60 ore, 60 wood) to (50 ore, 50 wood)
- Marauder health increased from 120 to 140
- Marauder knockback resistance increased from 50% to 66%
- Marauder flail attack stun duration increased from 1.5s to 2s
- Added research to the Bastion for Marauders costing (350 wood, 350 ore, 160s)
- Makes flail attacks hit two extra enemies near the main target for 30% less damage, stun and knockback
đŹ Languages đŹ
- Added French (fr_fr), thanks @Ender-Breaker!
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:vjKXA2CK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FdbVHPk2:vjKXA2CK"
}

