Перейти к содержимому
Mineforgian

Create Nuclear

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

615K загрузок317 подписчиковMITfabricforgeneoforge

Обновлён 11 января 2026 г. · опубликован 3 января 2025 г.

  • Create Nuclear
  • Nuclear reactor
  • Uranium liquid
  • Uranium rod
  • Yellowcake

About

Create nuclear is a mod that adds a whole nuclear system to the create mod. An optimized reactor produces over two millions SU.

Create nuclear also adds Uranium ores and all the refining process to create and power the reactor automatically even from infinite sources like cobblestone with a complex refining process that exploits all the potential of create appliances.

Minecraft screenshot of an energy setup, photoshopped to highlight a large SU output display reading 2,560,000 SU.

Usage

Fabric

You need to install first the Create Fabric & Fabric API mod.

We are now compatible with JEI, REI, EMI.

Forge

You need to install first the Create mod.

We are now compatible with JEI, REI, EMI.

Socials

Join our discord server for following updates & share your feedback by clicking here

Also we have a link tree for all our socials, click here

Localization

If you want to help us with translations, we have opened a Crowdin project. Click here.

Source Code

Fabric

https://github.com/valentinlamine/CreateNuclearFabric

Forge

https://github.com/Giovanniricotta2002/CreateNuclearForge 

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.20.1Релиз1.20.1fabric11 января 2026 г.Скачать (12.1 МБ)
1.20.1Релиз1.20.1fabric9 января 2026 г.Скачать (16.6 МБ)
1.3.2-beta.3Бета1.21.1neoforge13 декабря 2025 г.Скачать (1.8 МБ)
1.3.2-beta.2Бета1.21, 1.21.1neoforge11 ноября 2025 г.Скачать (1.8 МБ)
1.3.1Релиз1.20.1forge11 ноября 2025 г.Скачать (1.7 МБ)
1.3.2Бета1.21.1neoforge17 октября 2025 г.Скачать (1.8 МБ)
1.3.1Бета1.21.1neoforge16 октября 2025 г.Скачать (1.8 МБ)
1.3.0Бета1.21.1neoforge28 сентября 2025 г.Скачать (1.8 МБ)
1.3.0Релиз1.20.1fabric6 июня 2025 г.Скачать (6.4 МБ)
1.3.0Релиз1.20.1forge6 июня 2025 г.Скачать (1.8 МБ)
1.2.2Релиз1.20.1forge27 марта 2025 г.Скачать (932 КБ)
1.2.1Релиз1.20.1forge9 марта 2025 г.Скачать (932 КБ)
1.2.1Релиз1.20.1fabric9 марта 2025 г.Скачать (5.5 МБ)
1.2.0Релиз1.20.1forge3 марта 2025 г.Скачать (927 КБ)
1.2.0Релиз1.20.1fabric3 марта 2025 г.Скачать (5.5 МБ)

Показаны последние 15 из 24 версий.

Ченджлог

1.20.1Релиз1.20.1 · 11 января 2026 г.

Changelog

[1.4.1]

Additions

  • 1ee4c645 — Added uranium fluid type and enhanced fluid interactions/dispense behavior. (Giovanni)

Technical / Codebase

  • Resolution of some bugs obtained in a non-development environment
  • b64249d9 — Refactor project structure: update JDK to 17 and migrate to settings.gradle.kts. (Giovanni)
  • ed495d36 — Change JDK version from 21 to 17 in build configuration. (Giovanni)

Notes

  • Version bump: 1.4.1 (from 1.4.0)
1.20.1Релиз1.20.1 · 9 января 2026 г.

CurseForge & Modrinth Changelog :

Notes

  • Version bump: 1.4.0 (from 1.3.0) aimed at Create V6 compatibility and updated dependencies.

QOL (Quality of Life)

  • Updated repository links, README and copyright/LICENSE. (Giovanni)

Bug Fixes

  • Fixed ingredient tag for coal dust in the steel mixing recipe. (Giovanni)
  • Fixed tags/ingredients for the graphene recipe and related adjustments. (Giovanni)
  • Fixed access widener syntax for Gui#renderHotbar. (Giovanni)
  • Fixed download/resolution for com.jozufozu.flywheel:flywheel-fabric. (Phenix-13)

Additions

  • Added ReactorBluePrintScreen and CNGhostIngredientHandler for drag-and-drop. (Giovanni)
  • Added armor tags for anti-radiation equipment. (Giovanni)

Technical / Codebase

  • Refactored tags (CNTags) and ensured consistency between CNBlocks and tags. (Giovanni)
  • Refactored recipe-generation systems, adopted local REGISTRATE, and updated datagen. (Giovanni)
  • Refactor/compat for JEI/REI and implemented REIClientPlugin. (Giovanni)
  • Refactored build (build.gradle.kts), dependency declarations and migrated to Kotlin DSL for Create V6 compatibility. (Giovanni)
  • Code cleanup and removal of unused items. (Giovanni)

If you want to help us translate to other languages: https://crowdin.com/project/createnuclear Some translations were verified/completed using AI, if you find any issues let us know on our Discord!

1.3.2-beta.3Бета1.21.1 · 13 декабря 2025 г.

CHANGELOG

QOL

Bug Fixes

  • 0955953 | Refactor coal dust tags and update related recipes for consistency Author: Giovanni
  • 18ae9b9 | Update glass block tags and recipes for reinforced glass Author: Giovanni

Notes

  • This batch merges fixes.
  • Commits included in this changelog:
    • commit b39ffe0 | Merge pull request #16 from Create-Nuclear-Team/main
    • commit 5efd4ac | Merge pull request #15 from Create-Nuclear-Team/FixUseTagsInCraftReinforcedGlass
    • commit a7cc802 | Merge pull request #14 from Create-Nuclear-Team/FixUseTagsInCraftReinforcedGlass
1.3.2-beta.2Бета1.21, 1.21.1 · 11 ноября 2025 г.

QOL

  • Updated item tags for uranium and coal dusts in CNItems and CNMixingRecipeGen to make recipes more flexible and tag-driven. (commit 9a32735)
  • Reorganized uranium processing recipes for improved clarity and consistency. (commit 2f7ae97, commit 7842a12)
  • Refactored armor and dust tags to simplify tag management and ease future recipe changes. (commit 2f7ae97)

Bug Fixes

Additions

  • No major feature additions in this set; the changes focus on refactors, tag updates and recipe reorganizations to prepare for ongoing compatibility work. (commits 9a32735, 2f7ae97, 159f735, 7842a12)

Technical / Codebase

  • Refactored anti-radiation armor item classes and updated recipe generation to be more modular and maintainable. (commit 159f735)
  • Reorganized recipe/data generation sources to reduce duplication and improve localization support. (commit 7842a12)

Notes

  • This batch merges fixes intended to address crafting crashes and recipe issues related to recent refactors (see PR #9).
  • Commits included in this changelog:
    • commit c8cdf6d Merge pull request #9 from Create-Nuclear-Team/Fix-create608&craft
    • commit 9a32735 Update item tags for uranium and coal dusts in CNItems and CNMixingRecipeGen
    • commit 2f7ae97 Refactor armor and dust tags, reorganize recipes for uranium processing
    • commit 159f735 Refactor anti-radiation armor item classes and update recipe generation
    • commit 7842a12 Update recipes and localization for uranium processing and crafting
1.3.1Релиз1.20.1 · 11 ноября 2025 г.

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.
1.3.2Бета1.21.1 · 17 октября 2025 г.

Fix:

  • Fixed last missing patches.

If you want to help us translate to other languages: https://crowdin.com/project/createnuclear

Some translations were verified/completed using AI, if you find any issues let us know on our Discord!

1.3.1Бета1.21.1 · 16 октября 2025 г.

Fix:

  • Fixed reactor rods consumption
  • Fixed the reactor not producing energy while running
  • Fixed the uranium powder crafting recipe that was missing
  • Fixed the fluid that caused a crash when viewing recipes in JEI

If you want to help us translate to other languages: https://crowdin.com/project/createnuclear

Some translations were verified/completed using AI, if you find any issues let us know on our Discord!

1.3.0Бета1.21.1 · 28 сентября 2025 г.

Changelog:

  • porting to NeoForge 1.21.1

Комментарии

Загружаем…