Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
78a3bd5
Begin work on Phoenix Fission
Xefyr0 Jul 19, 2026
9c7fcb7
Add MIX U-Pu fuel
Xefyr0 Jul 20, 2026
f9e5287
Initial implementation of reactor multiblock
Xefyr0 Jul 20, 2026
d433d76
Recipes for Fission Reactor and components
Xefyr0 Jul 21, 2026
ffdd808
Remove maintenance from Fission reactor
Xefyr0 Jul 22, 2026
ea02fb1
Initial implementation of HP Steam Turbine
Xefyr0 Jul 22, 2026
26d376f
Add & update some bits
Xefyr0 Jul 28, 2026
d97d579
Initial implementation of Thermoelectric Generator and recipes
Xefyr0 Jul 29, 2026
2699929
Comment cleanup
Xefyr0 Jul 29, 2026
a9c168d
Lang cleanup
Xefyr0 Jul 29, 2026
626743a
Tweak Seebeck Module recipe
Xefyr0 Jul 29, 2026
c49bbfd
Implement replacements for NCN plates
Xefyr0 Jul 30, 2026
42f3b58
Deprecate a bunch of NCN stuff
Xefyr0 Jul 30, 2026
65cbde9
Remove NCN items from Microminer recipes
Xefyr0 Jul 30, 2026
47110cb
Re-implement S'mores in KJS
Xefyr0 Jul 30, 2026
7d3c7ad
Switch NCN Ferroboron and Tough Alloy recipes with GT counterparts
Xefyr0 Jul 30, 2026
75ea977
Nuke NCN
Xefyr0 Jul 30, 2026
2da2d01
Add Phoenix Fission to the modpack manifest
Xefyr0 Jul 30, 2026
f2f68eb
Disable unused parts of Phoenix Fission
Xefyr0 Jul 31, 2026
8887b94
Vibe-driven balancing
Xefyr0 Jul 31, 2026
6505158
Double energy density of High-Pressure Steam
Xefyr0 Jul 31, 2026
2287f09
Move Thermoelectric Generator more firmly into LuV
Xefyr0 Jul 31, 2026
0379869
Add Tributyl Phosphate to Depleted Fuel decomp in HM
Xefyr0 Jul 31, 2026
e105002
Merge branch '0.14-dev' into nuclear-fission
Xefyr0 Aug 14, 2026
4d29008
Merge branch '0.14-dev' into nuclear-fission
Xefyr0 Aug 26, 2026
3234678
Update Phoenix Fission to v2.5
Xefyr0 Aug 28, 2026
7b64fac
Merge branch 'nuclear-fission' of https://github.com/Omicron-Industri…
Xefyr0 Sep 7, 2026
8f0e0a2
Merge branch '0.14-dev' into nuclear-fission
Xefyr0 Sep 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,8 @@ config/defaultworldtype/world-presets.txt
/config/lostcities/profiles/*
!/config/lostcities/profiles/monidefault.json

# NCN
!/config/NuclearCraft
/config/NuclearCraft/*
!/config/NuclearCraft/fission_fuel
!/config/NuclearCraft/heat_sinks
!/config/NuclearCraft/common.toml
!/config/NuclearCraft/fission.toml
!/config/NuclearCraft/materials.toml
# Phoenix Fission
!/config/phoenix_fission.yaml

# SolarFlux
!/config/solarflux
Expand Down
4 changes: 0 additions & 4 deletions KNOWN-ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ The most frequent offenders are listed below:

GTM is being actively developed. You may run into bugs, but these are addressed relatively quickly. Please ensure you aren't creating a duplicate report before notifying the devs of an issue or submitting a bug report to the Github page above.

**Issues with [Nuclearcraft: Neoteric](https://github.com/igentuman/NuclearCraft-Neoteric)**

Nuclearcraft: Neoteric is not in a great state. Many features (including some aspects of fission reactors!) are incomplete or buggy

**Issues with [LaserIO](https://github.com/Direwolf20-MC/LaserIO/issues)**

Occasionally, there can be the occasional issue or feature request you may have. Send these to LaserIO directly.
Expand Down
75 changes: 0 additions & 75 deletions config/NuclearCraft/common.toml

This file was deleted.

58 changes: 0 additions & 58 deletions config/NuclearCraft/fission.toml

This file was deleted.

22 changes: 0 additions & 22 deletions config/NuclearCraft/fission_fuel/americium.json

This file was deleted.

22 changes: 0 additions & 22 deletions config/NuclearCraft/fission_fuel/berkelium.json

This file was deleted.

42 changes: 0 additions & 42 deletions config/NuclearCraft/fission_fuel/californium.json

This file was deleted.

62 changes: 0 additions & 62 deletions config/NuclearCraft/fission_fuel/curium.json

This file was deleted.

22 changes: 0 additions & 22 deletions config/NuclearCraft/fission_fuel/mixed.json

This file was deleted.

22 changes: 0 additions & 22 deletions config/NuclearCraft/fission_fuel/neptunium.json

This file was deleted.

Loading