promotional bannermobile promotional banner

Create Nuclear

A Create addon that adds nuclear reactors to Create, along with all the dangers associated with radiation!

File Details

createnuclear-1.3.1-forge.jar

  • R
  • Nov 11, 2025
  • 1.74 MB
  • 228.0K
  • 1.20.1
  • Forge

File Name

createnuclear-1.3.1-forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:createnuclear-989797:7210471")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

QOL

  • Refactored variable naming for color values in anti-radiation item registration for consistency. (commit 608d0ed)
  • Replaced hardcoded item references with centralized CNTags for better maintainability. (commit 3235d73)
  • Removed commented-out method names from BaseFireBlockMixin to improve clarity. (commit 88ff259)
  • Updated issue tracker link in mods.toml to point to the correct repository. (commit bde8a82)
  • Updated gradle.properties to reflect new versioning for Create and Ponder. (commit 56022d9)
  • Reworked advancement and recipe criteria for anti-radiation armors to use "has_cloth" instead of "has_item". (commit 20b260a)

Bug Fixes

  • Fixed recipe and crafting crash caused by outdated Create API usage. (commit 608d0ed)
  • Fixed missing and misapplied item tags for anti-radiation gear. (commit e29bb3b)
  • Fixed data generation crash due to missing pattern in shaped recipe (raw_lead_from_compacting).
  • Fixed mixin registration issues in BaseFireBlockMixin. (commit 88ff259)
  • Fixed outdated repository references in metadata. (commit bde8a82)

Additions

  • Added launch and task configuration for Forge data generation and dev environment. (commit e6b1a03)
  • Added support for new Registrate API in recipe and datagen systems. (commit 5037ef4)
  • Added NeoForge metadata section with proper repository links. (commit a679b47)
  • Added LICENSE file to repository. (commit aa07430)
  • Added graphene texture and early material support. (commit 0ad7a95)

Technical / Codebase

  • Refactored RecipeProvider and RegistrateDataProvider to extend new API classes (Registrate 1.3.3). (commit 5037ef4)
  • Cleaned up and merged development branches:
    • fixMixin
    • fixCraftingAndCrashForCreate608
    • fix-Tags-#68
  • Simplified logic in ReactorInputInventory and BaseFireBlockMixin.
  • Updated repository structure and documentation.

Notes

  • This version resolves the NoSuchMethodError crash when interacting with Create 6.0.7.
  • If you are using older versions of Create, update to Create 6.0.7+ for compatibility.