Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last week
All versions
1.3.0-beta-9
Beta
Reign of Nether RTS 1.3.0-beta-96 months ago 2,134
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
š ļø Bugfixes š ļø
- Campfires no longer do excessive damage
- Creative players out of RTS cam are no longer locked into flying and noclip
- Fixed the blizzard sound effect still continuing sometimes after the spell ends
- Building a bridge overlapping resource blocks no longer makes those resources ungatherable
- Libraries no longer try to autocast Vigor enchantments on Evokers that already have it
- Warped Nylium now counts as nether terrain for piglins
āļø Balance āļø
Magic resistance now also reduces fire tick damage
š Monsters
- Wretched Wraith bonus armour during blizzard increased from 30% to 50%
- Wretched Wraith Frostblink mana cost reduced from 40 to 30, and cooldown reduced from (20,16,12) to (20,15,10)
- The Wretched Wraith can no longer cause or receive knockback
- Spider resource cost reduced from (90 food, 25 wood, 25 ore) to (80 food, 20 wood, 20 ore)
- Spiders now glide smoothly up 1-block high steps without having to jump or climb
š· Piglins
- Piglin Merchant TNT Throw range increased from 12 to 14
- Marauder Cleaving Flail damage to secondary targets reduced from 7 to 5 and stun from 1.5s to 1s
- Piglin units lose their magma block immunity if they are actively on fire
- Wildfire Molten Bomb no longer deals explosion damage (this was actually unintended)
- Scorching gaze no longer causes 2x magma and fire block damage, but fire tick damage is raised to 3x
- Blaze firewalls can now create fire blocks over snow
- Fire Resistance now only affects Wither Skeletons and has been moved to the wither shrine
- Fire Resistance cost reduced from (200 wood, 200 ore, 100s) to (125 wood, 125 ore, 60s)
- Wither Skeletons now prioritise enemies that already have wither on them when autoattacking
- Wither Skeletons now have 50% knockback resistance
š§āš¾ Villagers
- Witch Water Potions extinguish radius increased from 1 block to 2 blocks
- Raised water potion cooldown from 5s to 8s
- Witch magic resistance reduced from 85% to 60%
- Iron Golem HP reduced from 140 to 120, but ranged armour increased from 20% to 40%
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:VpA3zCPv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FdbVHPk2:VpA3zCPv"
}

