Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last week
All versions
1.3.8c
Release
Reign of Nether RTS 1.3.8c2 months ago 585
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
⚙️ Quality of Life ⚙️
- Vanilla monsters and piglin mobs are no longer aggressive to their RoN faction counterparts
⚖️ Balance ⚖️
- All players now start with 5 workers at the start of the game
- Raised starting resources by 50 food and 50 wood
🐷 Piglins
- Obsidian near lava now catches fire - this discourages crossing obsidian lines formed across lava
- The Heavy Tridents upgrade has been replaced with Greedy Tridents
- Costs 350 wood, 350 ore, 160s
- When upgraded, headhunter tridents are enchanted with Looting I, granting a 25% bounty to any units they kill
- To get the bounty, the headhunter needs to be the one to kill the unit
- Looting also works for any unit if they have a weapon enchanted with it via commands
- This does not stack with the 25% bounty granted by neutral units
🧑 Villagers
- Villager house cost reduced from 100 wood to 90 wood
💀 Monsters
- Pumpkin farm cost reduced from 200 wood to 175 wood
- Planting pumpkin seeds no longer costs wood
- Wraiths now transfer their remaining health into the unit that they possess to heal it
- Monster unit regen at night increased from 1/12hp/s to 1/8hp/s
- This is still doubled if it's both true night and you're in a night zone
🛠️ Bugfixes 🛠️
- Fixed a crash related to molten bomb explosions near buildings
- Workers are much less likely to walk into water when placing a building near water
- Fixed existing headhunters not showing an enchantment tooltip when upgraded
- Villager stockpiles no longer have scaffolding so workers don't get stuck in them
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:IZ5qmxsR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FdbVHPk2:IZ5qmxsR"
}

