File Details
NuclearCraft-1.21.1-1.3.0.jar
- B
- Mar 29, 2026
- 16.09 MB
- 22
- 1.21.1
- NeoForge
File Name
NuclearCraft-1.21.1-1.3.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
NuclearCraft Neoteric - NeoForge 1.21.1 Port Build: 2026-03-29
Bug Fixes
- Fixed client crash when holding Patchouli books —
OverworldBiomeBuilderMixinwas injectingnuclearcraft:wastelandinto the biome builder duringVanillaRegistries.createLookup()becauseModConfigSpec.ConfigValue.get()returns its default value (true) before configs are loaded, bypassing the intended guard. AddedWorldConfig.isLoaded()check to all three mixin inject methods so the wasteland biome is only injected after configs are fully initialized. - Fixed JER (Just Enough Resources) failing to initialize — The same unreferenced biome key caused
BiomeRestriction.<clinit>to throwExceptionInInitializerError, killing the entire JER JEI plugin before it could register any ore data. Resolved by the same mixin fix above. - Fixed
wasteland_surfaceplaced feature missing BiomeFilter — AddedBiomeFilter.biome()to the placement modifier list for the wasteland surface feature, resolving a datagen validation error. - Removed broken
AddPackFindersEventregistration — A previously added pack finder was producing a null pack and crashing singleplayer world selection. Removed entirely. - Removed spurious
DeferredRegister<Biome>registration — Was contributing to biome registry noise without purpose.
Known Issues
- NC ores do not appear in JER (JER does not auto-discover mod ores — requires explicit compat registration)
neoforge:fissile_fuelandneoforge:nuclear_wastefluid tag warnings remain (cosmetic, no gameplay impact)

