Tags
Creators
Details
2.4.1
Compatibility
Required content
Changes
2.4.1 - Port Hotfix
Changes
-Now requires Elysium API 1.21.1-2.0.1 or newer to run.
-Added Stained Redstone Lamps; it comes in all 16 dye colors and each of them have unique distinguishable patterns to make them stand out
-Added Antidotes for Trial Traps, brewed with a trial key and provides Deterrents for Oozing, Weaving and Wind Charged within a single consumable
-Deterrents are a variety of immunity effects, currently only used for the three aforementioned on-death trial chamber debuffs; it clears effects for both the user and entities around them in an 8 block radius; For every entity it removes an effect from, it shaves 10 seconds off the total immunity
-Cracked Music Disc can now be played in a jukebox, doing so will play the new "patience" track composed by Artyrian... Okay so going off-script but like, why's it still cracked though? are you sure this is ready to ship out?... alright, if you say so.
-Configs have been added to enable and disable any of the sub-biomes, currently only Black Ice Glaciers is in this menu but more will be added as updates start rolling out
-Burning Skull Blocks emissive parts now glow much brighter
-Updated Russian Translation
-Updated Italian Translation
-Updated Argentine Spanish Translation
Fixes
-Due to an oversight, Black Ice Glaciers' biome distribution were being auto-populated from a tag which made them super dooper common than they were supposed to be. This issue has now been fixed
-The game now properly warns you if the lodestone dependency is missing, which should lead to less confusion when people do inevitably forget it
-Decorated Pot Patterns added by JNE weren't working, This has now been fixed
-Antidote Effect Clouds could catch on fire and bombard your screen with a disgusting amount of particles, this should no longer happen
-Magma Blocks retexture were missing an mcmeta file in the fallback resources
-Treacherous Flame particle texture was missing if you had the dungeons particles config turned off
-Fixed JNE Splash Texts persisting to load even if the config for it has been disabled
-Removed Homophobia.
Technical Changes
-Antidote Registry now supports custom color overrides
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:v3UlehfS:NactTrv2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v3UlehfS:NactTrv2"
}

