Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
1.20-0.0.4
Beta
Hazardous - 1.20-0.0.45 days ago 6
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Hazardous 1.20-0.0.4
- Gas masks equipped in a Curios head or face slot now take priority over a gas mask in the vanilla helmet slot.
- Added a translatable, non-spamming chat warning when a gas mask or
hazardous:protective_armoritem falls below 10% durability. - Gasmasks with Unbreaking now use the enchantment to reduce durability consumption while protecting against hazards.
- Gasmasks can now be equipped in the Curios
faceslotslot in addition to the Curiosheadslot. - Creative and spectator players are now treated as hazard immune, avoiding dose/effect processing while keeping relevant client status in sync.
- Added configurable post-respawn hazard immunity, defaulting to 1 minute, while Geiger counters and dosimeters continue to show current radiation/dose data.
- Added a client-side
hideHazardImmunityEffectconfig option to hide the Hazard Immunity effect from the inventory and HUD effect list; it is visible by default. - Added a client-side gasmask choking sound durability threshold config option, defaulting to 10% remaining durability.
- Added full localization support and Chinese (Simplified) translations. Thanks to TexBlock for the contribution.
- Updated datapack documentation for gasmask and protective armor durability wear behavior.
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:z0ksB2DN:36ewXrLf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z0ksB2DN:36ewXrLf"
}


