Included content
| Name | |
|---|---|
This minor update brings a fully working missile interception system, Create mod integration for HBM doors, plenty of new machines with logic, and a major config & multiblock overhaul. Bug fixes are also included.

A fully functional intercepton system have been ported: ABM missiles intercept incoming missiles, with detection and tracking handled by the reworked radar system.

The radar system was rebuilt to detect and track missiles entities in real time.



2. Radar will detect inbound missiles if powered
3. As the Missile is too close, the Radar will start emitting Redstone signal
4. The Anti-Ballistic missiles shoot up and automatically aim at the target!




Sliding Blast Door
Transition Seal
New Cargo Door
New Large Vehicle Door skin
Huge thanks to @hexagon_inc for .dae models parser - without his contribution, the Transition Seal and Sliding Blast Door would have remained inoperative
Some random loot pool examples

Fat Man Nuke's GUI have been updated, as well as all of its components.
Color Gamma - ported original crater biomes color gamma & fog



| Locale | File | Note |
|---|---|---|
| š«š· French | fr_fr.json |
Full |
| šŖšø Spanish | es_es.json |
Full |
| š°š· Korean | ko_kr.json |
1/3 of the mod translated |
| š§š· Portuguese, Brazilian | pt_br.json |
Partial |
| š Other locales | assets/hbm_m/lang/*.json |
Crowdin community |

š Crowdin - help with translation
š ModDex - leave a mod review
Support the development (not required, but greatly appreciated): š Here
Source code, bug reports, and discussions: GitHub - Raptor324/HBM-Modernized.
If you find a bug, create an issue. If you'd like to contribute code or translations, welcome! We would glad for any help.
- The HBM's NTM Modernized Development Team
| Name | |
|---|---|
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.
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:5YPeUFlb:rEJAJjEN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5YPeUFlb:rEJAJjEN"
}