Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
4e372b8
Refactor build configuration to Kotlin DSL and update dependencies (i…
Giovanniricotta2002 Dec 7, 2025
da69e64
Update dependency configurations and refactor CreateNuclear initializ…
Giovanniricotta2002 Dec 7, 2025
433c7e1
Refactor Maven repository declarations and update Create dependency i…
Giovanniricotta2002 Dec 7, 2025
9d307c9
Update Create dependency version and adjust modApiInclude configurati…
Giovanniricotta2002 Dec 7, 2025
aa7168f
Refactor build.gradle.kts to streamline mavenProviding declarations a…
Giovanniricotta2002 Dec 14, 2025
2becfd0
Refactor build.gradle.kts to restore and organize mavenProviding decl…
Giovanniricotta2002 Dec 14, 2025
bde5657
Update Create Nuclear resources and advancements for December 2025 re…
Giovanniricotta2002 Dec 14, 2025
ac79777
Refactor imports in CNArchExCompat, CNArchExGroup, and CNMapColorSeri…
Giovanniricotta2002 Dec 14, 2025
7d57bd6
Refactor JEI and REI compatibility classes to use updated GuiGameElem…
Giovanniricotta2002 Dec 14, 2025
3b7a4b4
Refactor advancements and recipes for lead and uranium processing
Giovanniricotta2002 Dec 14, 2025
a1ea4df
Add armor tags and crushing recipes for anti-radiation gear and raw m…
Giovanniricotta2002 Dec 14, 2025
8d63e25
Refactor CreateNuclearDatagen and CreateNuclearRegistrateTags to use …
Giovanniricotta2002 Dec 14, 2025
a269ee0
Fix access widener syntax for Gui renderHotbar method
Giovanniricotta2002 Dec 14, 2025
af6b710
Refactor CN classes to utilize local REGISTRATE instance for consiste…
Giovanniricotta2002 Dec 14, 2025
5150f78
Refactor CreateNuclear to encapsulate REGISTRATE initialization and a…
Giovanniricotta2002 Dec 14, 2025
ab4097a
Remove CNPonderIndex registration from CreateNuclearClient initializa…
Giovanniricotta2002 Dec 14, 2025
bdc95f8
Refactor recipe generation classes to use new API methods and improve…
Giovanniricotta2002 Dec 14, 2025
c36e4e8
Refactor CNBlocks.java for improved organization and clarity
Giovanniricotta2002 Dec 21, 2025
117d39f
Remove unused CRAFTING_REACTOR variable from CNStandardRecipeGen
Giovanniricotta2002 Dec 21, 2025
d855be5
Implement REIClientPlugin in CNRei and refactor category loading and …
Giovanniricotta2002 Dec 21, 2025
0a0de76
Refactor CNEmi, FanEnrichedCategoryEMI, and CNJei for improved struct…
Giovanniricotta2002 Dec 21, 2025
91d57c8
Update Create Nuclear resources and recipes for version 1.20.1
Giovanniricotta2002 Dec 21, 2025
010eeff
Add new JSON files for lead and uranium ores, crafting recipes, and a…
Giovanniricotta2002 Dec 21, 2025
35cc85c
Add ReactorBluePrintScreen support and implement CNGhostIngredientHan…
Giovanniricotta2002 Dec 21, 2025
b6d6e04
Update timestamps in generated resource cache files for consistency
Giovanniricotta2002 Dec 21, 2025
5661f8d
Refactor uranium and lead ore tags in CNBlocks and CNTags for consist…
Giovanniricotta2002 Dec 21, 2025
5714c79
Update language files to add tags for uranium, lead, and anti-radiati…
Giovanniricotta2002 Dec 21, 2025
ca52354
Remove unused JSON tag files for coal dusts, lead ores, and uranium ores
Giovanniricotta2002 Dec 21, 2025
6df188a
Correct the ingredient tags for the graphene recipe and add recipes f…
Jan 9, 2026
b2deb48
Update resource cache timestamps for consistency across generated files
Giovanniricotta2002 Jan 9, 2026
c54a0c8
Add .mixin.out directory to .gitignore for cleaner build output
Giovanniricotta2002 Jan 9, 2026
2eab5e7
Refactor coal dust tag reference in CNMixingRecipeGen and add missing…
Giovanniricotta2002 Jan 9, 2026
ea44fe4
Add smelting recipes for lead and uranium processing
Giovanniricotta2002 Jan 9, 2026
ab5646b
Fix ingredient tag for graphene pressing recipe
Giovanniricotta2002 Jan 9, 2026
d1adbd7
Fix ingredient tag for coal dust in steel mixing recipe
Giovanniricotta2002 Jan 9, 2026
4b4f40b
Add blasting recipes for lead ingot from crushed lead, lead ore, and …
Giovanniricotta2002 Jan 9, 2026
ebe4a78
Add advancement for smelting lead ingot from crushed raw lead
Giovanniricotta2002 Jan 9, 2026
f978104
Add advancements for smelting lead ingots from lead ore and raw lead,…
Giovanniricotta2002 Jan 9, 2026
bac80e4
Add advancements for blasting recipes of lead ingots from crushed lea…
Giovanniricotta2002 Jan 9, 2026
d3c36da
Bump version from 1.3.0 to 1.4.0
Giovanniricotta2002 Jan 9, 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ run/options.txt
run/usercache.json
run/usernamecache.json
run/emi.json
run/.mixin.out/*

# java

hs_err_*.log
replay_*.log
*.hprof
*.jfr
old_git/*
old_git/*
224 changes: 0 additions & 224 deletions build.gradle

This file was deleted.

Loading