Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last week
All versions
1.3.0-beta-5
Beta
Reign of Nether RTS 1.3.0-beta-56 months ago 495
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
ā¤ļøāš„ The Wildfire (Piglin Hero) ā¤ļøāš„
A greater blaze of untamed flames with the power to stoke the fire in the souls of enemies and allies alike.
- š£ Molten Bomb: Fires a large fireball that explodes into magma and fire at the targeted location
- āØļø Scorching Gaze: Set one unit on a special fire that causes all fire and magma damage to be doubled and makes it leave a trail of magma behind. If the unit dies, the effect spreads to another nearby unit.
- š„ Intense Heat: Units near the wildfire tick their fire damage faster the closer they are
- š· Souls Aflame: Infuses the wildfire , all nearby friendly blazes and fire blocks with soulfire temporarily - soulfire can't be extinguished and deals double tick damage.
Thanks @20-Sided for the model and animations!
š Bogged (Monster Unit) š
- Bogged are poisonous skeletons whose arrows deal 2 damage on impact + 6 poison damage over 6 seconds.
- Bogged prioritise unpoisoned targets, and can hit enemies behind poisoned enemies
- Unlocked with research at the Laboratory for (300 food, 300 wood, 140)
- Research does NOT convert existing skeletons
š ļø Bugfixes š ļø
- Fixed Wraith teleport being the same range at all levels (it was stuck at the rank 2 range of 9 blocks)
- Fixed Zeal enchantments not doing any bonus damage
- Fixed the blizzard sound effect continuing when the wraith is killed
- The Enchanter no longer autocasts enchantments on neutral illagers
- Fixed negative armour from Wraith Snow and Breaching enchantments not causing additional damage taken
- Fixed the marauder's tooltip damage incorrectly showing 13 (actual damage unchanged, it's still 7)
- The Wraith no longer retaliates with auto-attacks during blizzard channeling
āļø Quality of Life āļø
- Made dripstone blocks unpathable by units
- ownerName arguments for /rtsapi commands are now optional (allows neutral units/buildings)
- Reworked the sound effect of the Piglin Merchant's loot explosion, thanks @GizmoVN
- Added range indicators for all units with targeted ranged abilities
- Blaze Firewall and the Wildfire's Molten Bomb have special line indicators
- Range indicators are now visible on top of snow layers
- Added a button to the map menu that applies a glow effect to all huntable animals
āļø Balance āļø
- Blaze attack damage reduced from 0.5 to 0
- Wretched Wraith Frostblink range increased from (6,9,12) to (8,10,12)
- The Wretched Wraith is now immune to stuns and taunts and has 30% additional physical armour while channeling Blizzard
- Undead units are no longer immune to poison
- Marauder cost raised from (175 food, 50 wood, 50 ore) to (175 food, 75 wood, 75 ore)
- Hoglin HP reduced from 75 to 70
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:5JSBHmjq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FdbVHPk2:5JSBHmjq"
}

