Tags
Creators
Details
Licensed LGPL-3.0-only
Published 11 months ago
Updated last month
All versions
2.3.0.0
Release
2.3.0.04 months ago 1,018
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
SUBSTANTIAL CHANGES
- The mod now requires
mixinbooter 10.7to bootstrap!
Fixes
- Fixed impact overworld provider rebinding clashing with OTG / other mods' custom provider
- Fixed RBMK Display facing/render
- Fixed RBMK columns' extreme placing / removing lag due to improper quads caching
- Mitigated duct and cable placing / removing lag due to eager net destruction and reconstruction
- Fixed potential CME when switching door states
- Fixed clash with Universal Tweaks by migrating to mixins
- Fixed ClassCastException on fake worlds in RadiationSystemNT (PR #1446 by kaduvill)
- Fixed baked models missing tintindex and shading issues with Optifine
- Fixed upgrade dupe caused by server-side invocation of client-only sound code
- Fixed latent GL state leaks in meteor sword, Egon gun, and JShotgun renderers
- Fixed bobblehead render not capturing blend state
- Fixed Xaero's Minimap black screen caused by badge HUD rendering on wrong overlay event type
- Fixed rad sealed duct having an absurdly high blast resistance (10000 → 400)
- Fixed capability wrapper crash messages not reporting the offending TileEntity class
- Fixed capacitor not marking dirty state on power change
- Fixed sawmill and drone crate registering erroneous capabilities
- Fixed crane router facing (used custom enum order instead of
EnumFacing.byIndex) - Fixed glyphid StackOverflowError caused by recursive
getAttackTarget/setAttackTargetloop when blind - Fixed missing 2x scale in torex instanced billboard path
- Fixed funnel ClassCastException and funnel not properly inputting/outputting items (e.g. via conveyor inserter/ejector)
- Fixed RBMK Cooler console stats not displaying fluid levels; cooler now reports both cold and hot tank types, fill, and capacity
- Fixed firebox not returning container items (e.g. lava bucket → empty bucket) when fuel is fully consumed
- Fixed baked model culling/lighting as well as TESR culling issues
- Fixed hardcore darkness mod compatibililty
Changes
- Removed
enableHardcoreDarknessconfig option - JEI recipe lookup for
fluid_iconitems is now forwarded to their Forge fluid mirror - RBMK Cooler console tooltip now shows cold/hot fluid type, fill, and max capacity instead of just cryogel amount
- Crane router now has a standard tooltip
- Partially migrated coremod ASM transformers to Mixin
- Tool ability HUD overlay now properly manages GL depth/lighting/color state
New Features
- Updated RBMK debris block textures and added new RBMK decorative panel/slab blocks (PR #1450 by Leafia)
- Added network compatibility mode config option
- Ported Creative klystron and Plasma Forge
Performance
- Substantially reduced CPU rendering overhead with a ton of mixins
Misc
- Refactored container shift-click transfer routing
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ntm-ce-java25-2.3.0.0.jar | Unknown | 80.56 MiB |
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:oKqJzTkl:9Ea7zZVJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oKqJzTkl:9Ea7zZVJ"
}


