Skip to content
Open

V2 #25

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
7da7559
adding all the current assets of forge
Aph0rism Jul 22, 2026
ad6823e
Implement radiation items and effects, including RadiationItem class …
Jul 22, 2026
20cb5d9
Merge pull request #24 from Create-Nuclear-Team/RadiationHeart
MathisGredt Jul 22, 2026
92f45ab
Add advancements for crafting and consuming uranium-related items
Jul 22, 2026
578ce3b
adding the nitrate, thorium and fixing the worldgen and a few crafts
Aph0rism Jul 22, 2026
1ad7cdc
Merge branch 'V2-ores' into V2-Advancement
MathisGredt Jul 28, 2026
1ec526c
Merge pull request #26 from Create-Nuclear-Team/V2-Advancement
MathisGredt Jul 28, 2026
a55432b
Remove commented-out code and clean up item registration in CNAdvance…
Jul 28, 2026
1a7ed62
Merge pull request #27 from Create-Nuclear-Team/V2-ores
MathisGredt Jul 28, 2026
34f7a79
Add radiation mechanics, including new fluids, effects, and capabilities
Jul 28, 2026
4cb88f8
Add nitrogen and thorium mechanics, including new items, advancements…
Jul 28, 2026
dbde547
preparing the liquid input for the reactor
Aph0rism Jul 28, 2026
6ca0d28
adding the summary and refactoring the fils that had the wrong name
Aph0rism Jul 28, 2026
44ac854
Merge pull request #28 from Create-Nuclear-Team/V2-Fluids-Radiation
MathisGredt Jul 30, 2026
664115f
Merge branch 'V2' into V2-liquid_input
MathisGredt Jul 30, 2026
4fd43c0
Merge pull request #29 from Create-Nuclear-Team/V2-liquid_input
MathisGredt Jul 30, 2026
417c7b4
Add reactor alarm block and sound mechanics, including advancements f…
Jul 30, 2026
86d9af3
Merge pull request #30 from Create-Nuclear-Team/V2-Sounds
MathisGredt Jul 30, 2026
98dc32f
adding the missings assets files
Aph0rism Jul 30, 2026
669f4e5
Merge branch 'V2' of https://github.com/Create-Nuclear-Team/CreateNuc…
Aph0rism Jul 30, 2026
79f0027
Add anti-radiation armor models and client extensions
Jul 30, 2026
cde86c4
changement des fichiers textures
Jul 30, 2026
150735e
File to be processed only at the end of the migration by re-running it.
Jul 31, 2026
f2a09b9
Update dependencies, refactor multiblock pattern lib, and add radiati…
Giovanniricotta2002 Aug 1, 2026
d0b9dcd
Refactor anti-radiation armor textures to use default models
Aug 1, 2026
64849e4
Rename RadiationHeartMixing to RadiationHeartMixin and update heart t…
Aug 1, 2026
cd1ec65
Merge branch 'V2' into V2-Armor
Giovanniricotta2002 Aug 2, 2026
a34d090
Consolidate anti-radiation armor into default models with dynamic tex…
Giovanniricotta2002 Aug 2, 2026
9cfe704
Add smithing-table recipes for dyeing anti-radiation armor with cloth
Giovanniricotta2002 Aug 2, 2026
24c6bec
Add nuclear explosion particle effects and related mechanics WIP
Aug 2, 2026
659d93e
Add fan radiation damage type and associated JSON configuration
Aug 2, 2026
d4e9abe
Merge pull request #32 from Create-Nuclear-Team/V2-Particles
MathisGredt Aug 4, 2026
f8da243
Merge branch 'V2' into V2-Armor
Giovanniricotta2002 Aug 4, 2026
89a7784
Merge pull request #33 from Create-Nuclear-Team/V2-Armor
Giovanniricotta2002 Aug 4, 2026
1a6fb9c
adding the new ponder and fixing the name and direction of the input …
Aph0rism Aug 4, 2026
6c3e272
Add iodine effect and related potions; update radiation effect handling
Aug 4, 2026
2a16a6e
Ponder is working like Forge
Aug 4, 2026
86b31c2
Merge pull request #35 from Create-Nuclear-Team/V2-Iodine-Attribute
MathisGredt Aug 4, 2026
f9fffb3
Merge branch 'V2' into V2-ponder
MathisGredt Aug 4, 2026
9bdf520
Merge pull request #36 from Create-Nuclear-Team/V2-ponder
MathisGredt Aug 4, 2026
2ad3034
starting the biome extractor, still needing fixing after the biome is…
Aph0rism Aug 5, 2026
3e16f5d
updating sounds in the assets and in soundevents
Aph0rism Aug 5, 2026
7cd5527
Add irradiated biome and related world generation features
Aug 5, 2026
bfe15ad
resolving V2 and biome remover conflict
Aph0rism Aug 5, 2026
abfea1f
version with biome but nedds the correct generated biome to test it
Aph0rism Aug 5, 2026
f76a160
Merge pull request #41 from Create-Nuclear-Team/V2-biome_remover
MathisGredt Aug 6, 2026
71fdcdf
feat(reactor): port lot 0 - prerequisites for the Forge reactor logic
Aug 6, 2026
ce17de9
feat(reactor): port lot 1 - thermal model (reactorLogic)
Aug 6, 2026
6b40677
feat(reactor): port lot 2 - pattern reading and rod consumption
Aug 6, 2026
521d6cf
feat(reactor): port lot 3 - reactor services (12 of 14)
Aug 6, 2026
b85f2a0
feat(reactor): port lot 4 - input snapshot and frame/goggle display
Aug 6, 2026
6ab2da3
feat(reactor): port lot 5 - running sound and debug diagnostics
Aug 6, 2026
49c7fb7
feat(reactor): port lot 6 - rewire the controller block entity
Aug 6, 2026
a821341
test(reactor): port the two gametests, fix an out-of-bounds tank read
Aug 6, 2026
56685b7
chore: untrack the world generated by runGameTestServer
Aug 6, 2026
1e58d7c
fix(reactor): stop the world save crashing on a heat of zero
Aug 6, 2026
12a7fc0
fix(reactor): dark frame fluid, two-slot rod input, unregistered nitr…
Aug 6, 2026
1eacc3c
fix(reactor): restore the output stress capacity and the missing rend…
Aug 6, 2026
a8f23b8
docs: close out the reactor port and inventory what is left
Aug 6, 2026
135b507
Merge remote-tracking branch 'origin/V2' into V2-Reacteur
Aug 6, 2026
90f02ad
chore: restore potion.png, deleted by accident in the merge
Aug 6, 2026
b256ce4
fix(reactor): stop extractFluids over-draining across fluid inputs
Aug 6, 2026
8aacafa
docs: record the extractFluids fix and the merge of origin/V2
Aug 6, 2026
0727862
chore: remove potion.png
Aug 6, 2026
9e7aba0
docs: add the Forge -> NeoForge parity roadmap
Aug 6, 2026
3f99c87
feat(displaylink): porter les jauges DisplayLink du reacteur
Aug 7, 2026
a8d1f1b
fix(reactor): le controleur ne persistait plus des qu'il portait un b…
Aug 7, 2026
4cd8a46
docs: marquer le chantier 1 fait et consigner le bug de persistance
Aug 7, 2026
b5534d2
refactor: aligner les 8 noms de fichiers divergents sur Forge
Aug 7, 2026
489d7a1
feat(radiation): porter les 4 fichiers divers du chantier 2
Aug 7, 2026
b86cbb0
docs: pointer les liens de depot vers l'organisation Create-Nuclear-Team
Aug 7, 2026
3b89c0b
docs: reduire la roadmap de parite au seul travail restant
Aug 7, 2026
7a1f4a0
feat(snow_powder): add snow powder processing and related recipes
Aug 7, 2026
6e71c11
refactor(rod-type): change RodType to hold a single item instead of a…
Giovanniricotta2002 Aug 7, 2026
4fba3eb
refactor(fluid-type): mirror RodType's single-item model onto Reactor…
Giovanniricotta2002 Aug 8, 2026
c25ca35
fix(radiation): subscribe RadiationCapability's event bus on the defa…
Giovanniricotta2002 Aug 8, 2026
5d69829
refactor(advancement): replace SimpleCriterionTrigger with a custom b…
Giovanniricotta2002 Aug 8, 2026
0b90a87
Merge pull request #43 from Create-Nuclear-Team/V2-Advancement
Giovanniricotta2002 Aug 8, 2026
6420a3f
Merge pull request #44 from Create-Nuclear-Team/V2
Giovanniricotta2002 Aug 8, 2026
41f6176
refactor(recipe-gen): move EnrichedRecipeGen/SnowPowderRecipeGen from…
Giovanniricotta2002 Aug 8, 2026
34189d7
feat(radiation): route radiation damage through RadiationCapability's…
Giovanniricotta2002 Aug 8, 2026
66bcc7e
refactor(radiation): switch RadiationCapability to a serializable+syn…
Giovanniricotta2002 Aug 9, 2026
3e87ed2
refactor(sound): back custom sound entries with DeferredHolder instea…
Giovanniricotta2002 Aug 9, 2026
b5ce57c
Merge branch 'V2' into V2-sound
Giovanniricotta2002 Aug 9, 2026
aa7c85f
Merge pull request #40 from Create-Nuclear-Team/V2-sound
Giovanniricotta2002 Aug 9, 2026
aa37ff5
chore(assets): update reactor/alarm/biome sound files and remove unus…
Giovanniricotta2002 Aug 9, 2026
0c259fc
fix(blueprint): classify reactor blueprint rods via RodType instead o…
Giovanniricotta2002 Aug 9, 2026
d2a92a4
refactor(blueprint): drop stored graphite/uranium timers and derive p…
Giovanniricotta2002 Aug 9, 2026
3f68361
Merge branch 'V2' into V2-Reacteur
Aug 10, 2026
d7a380e
docs(prototype): add architecture write-up for dynamic irradiated-mob…
Giovanniricotta2002 Aug 13, 2026
2fa1457
V2-Reacteur: Updated discution
Aug 14, 2026
c0bed29
refactor(data-components): move ClothItemStack to ClothItem, switch b…
Giovanniricotta2002 Aug 14, 2026
fa48da6
fix(hud): restore the radiation vision overlay and remove dead event-…
Giovanniricotta2002 Aug 14, 2026
2e893ac
Merge pull request #46 from Create-Nuclear-Team/V2-HUD
Giovanniricotta2002 Aug 14, 2026
bef4b6e
Merge branch 'V2' into V2-Reacteur
Giovanniricotta2002 Aug 14, 2026
b6e263a
style(reactor): fix indentation and remove stray blank line in Reacto…
Giovanniricotta2002 Aug 14, 2026
107bdc4
chore(reactor): clean up dead imports/logic and update port tracking …
Giovanniricotta2002 Aug 14, 2026
b8ef440
docs(reactor): update PORTAGE_REACTEUR.md gametest count and run/serv…
Giovanniricotta2002 Aug 14, 2026
970503b
fix(rods): default RodType.Builder.ratio to 1 to prevent an NPE on un…
Giovanniricotta2002 Aug 14, 2026
9b78da7
docs(parity): mark the RodType.ratio() NPE bug as fixed and correct s…
Giovanniricotta2002 Aug 14, 2026
0398bbe
Merge pull request #42 from Create-Nuclear-Team/V2-Reacteur
Giovanniricotta2002 Aug 15, 2026
93975b3
fix(recipe-gen): stop crushing/washing recipe generators from leaking…
Giovanniricotta2002 Aug 15, 2026
9016803
docs(parity): mark the create-namespace recipe leak as fixed in PARIT…
Giovanniricotta2002 Aug 15, 2026
4566ef9
fix(datagen): fix mod logo resolution and remove stray commented-out …
Giovanniricotta2002 Aug 15, 2026
09ab367
docs(parity): confirm the logoFile fix and note an IntelliJ stale-out…
Giovanniricotta2002 Aug 15, 2026
5350638
feat(entities): add the irradiated cow, rename the helmet-detection t…
Giovanniricotta2002 Aug 15, 2026
a333f75
fix(assets): move anti-radiation armor texture into the blocks atlas …
Giovanniricotta2002 Aug 15, 2026
3ea6255
docs(parity): document the anti-radiation armor atlas fix and the dea…
Giovanniricotta2002 Aug 15, 2026
4918bf7
chore(cleanup): remove the orphaned IrradiatedWoldCollarLayer render …
Giovanniricotta2002 Aug 15, 2026
0fb35c0
refactor(events): remove the redundant CommentEventClients subscriber…
Giovanniricotta2002 Aug 15, 2026
72f4138
docs(parity): document the CommentEventClients merge into CNClientEvent
Giovanniricotta2002 Aug 15, 2026
6fe898d
refactor(blocks): switch ore/storage-block tags to NeoForge's common …
Giovanniricotta2002 Aug 15, 2026
d098d83
fix(items): stop cloth-dyeing recipes from allowing a cloth to craft …
Giovanniricotta2002 Aug 15, 2026
3fe96a6
style(items): fix indentation on REINFORCED_GLASS_BOTTLE and IRRADIAT…
Giovanniricotta2002 Aug 15, 2026
e64e18b
feat(recipes): add the missing thorium fluid/compacting recipes and t…
Giovanniricotta2002 Aug 15, 2026
7d16431
feat(irradiated-animals): add the IrradiatedAnimal abstraction, wire …
Giovanniricotta2002 Aug 16, 2026
b10ce95
fix(blocks): restore missing set_count on uranium/lead ore loot table…
Giovanniricotta2002 Aug 16, 2026
8733315
fix(armor): actually apply anti-radiation armor durability, switch Ja…
Giovanniricotta2002 Aug 16, 2026
b4a5d83
feat(advancement): re-enable 6 disabled advancements, register the an…
Giovanniricotta2002 Aug 16, 2026
6103e5b
docs(parity): mark the 6 re-enabled advancements as fixed and documen…
Giovanniricotta2002 Aug 16, 2026
d9cfe0e
fix(irradiated-wolf): align IrradiatedWolf with Forge's WIP-blocked t…
Giovanniricotta2002 Aug 16, 2026
151f2c0
docs(parity): confirm the dead getStandingEyeHeight override on Irrad…
Giovanniricotta2002 Aug 16, 2026
9f3ef5b
fix(worldgen): align ore generation values with Forge and re-enable d…
Giovanniricotta2002 Aug 16, 2026
cfc42ed
V2: Updated id for desagne mob
Aug 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space

[*.{java}]
indent_size = 4
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ run/logs
run/schematics
run/server
run/downloads/log.json
run/command_history.txt
run/world/
run/world*/
413 changes: 413 additions & 0 deletions AUDIT_NEOFORGE.md

Large diffs are not rendered by default.

951 changes: 951 additions & 0 deletions PARITE_FORGE_NEOFORGE.md

Large diffs are not rendered by default.

725 changes: 725 additions & 0 deletions PORTAGE_REACTEUR.md

Large diffs are not rendered by default.

1,519 changes: 1,519 additions & 0 deletions PROTOTYPE_EVOLUTION_MOBS_IRRADIES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ If you want to help us with translations, we have opened a Crowdin project. Clic
# Source Code
## Fabric

https://github.com/valentinlamine/CreateNuclearFabric
https://github.com/Create-Nuclear-Team/CreateNuclearFabric

## Forge

https://github.com/Giovanniricotta2002/CreateNuclearForge
https://github.com/Create-Nuclear-Team/CreateNuclearForge

## NeoForge

Expand Down
18 changes: 13 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,16 @@ neoForge {
logLevel = org.slf4j.event.Level.DEBUG
}


client {
client()
systemProperty 'neoforge.enabledGameTestNamespaces', mod_id
gameDirectory = project.file('run')
}

client2 {
client()
gameDirectory = project.file('run/client2')
programArguments.addAll('--username', 'Dev2')
}

server {
Expand All @@ -90,7 +97,7 @@ neoForge {
data {
data()
programArguments.addAll(
'--mod', mod_id,
'--mod', mod_id as String,
'--all',
'--output', file('src/generated/resources/').absolutePath,
'--existing', file('src/main/resources/').absolutePath
Expand Down Expand Up @@ -125,18 +132,19 @@ repositories {
//maven { url = "https://maven.tterrag.com" } // Registrate
maven { url = "https://mvn.devos.one/snapshots" } // Registrate
maven { url = "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/" } // ForgeConfigAPIPort
maven { url = "https://api.modrinth.com/maven" } // JADE
}

dependencies {
implementation "net.neoforged:neoforge:${neo_version}"

// autres dépendances Minecraft
implementation "curse.maven:jade-324717:6291517"
implementation "maven.modrinth:jade:${jade_version}"
//compileOnly "mezz.jei:jei-${minecraft_version}-common-api:${jei_version}"
//compileOnly "mezz.jei:jei-${minecraft_version}-forge-api:${jei_version}"
implementation("mezz.jei:jei-${minecraft_version}-neoforge:${jei_version}")
implementation("com.simibubi.create:create-${minecraft_version}:${create_version}:slim") { transitive = false }
implementation("net.createmod.ponder:Ponder-NeoForge-${minecraft_version}:${ponder_version}")
implementation("net.createmod.ponder:ponder-neoforge:${ponder_version}+mc${minecraft_version}")
compileOnly("dev.engine-room.flywheel:flywheel-neoforge-api-${minecraft_version}:${flywheel_version}")
runtimeOnly("dev.engine-room.flywheel:flywheel-neoforge-${minecraft_version}:${flywheel_version}")
implementation("com.tterrag.registrate:Registrate:${registrate_version}")
Expand Down Expand Up @@ -212,4 +220,4 @@ publishing {

tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
}
}
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx12G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache=false


## Environment Properties
Expand All @@ -17,10 +17,10 @@ create_version_range = [6.0.8,)
#registrate_version = MC1.20-1.3.3

flywheel_minecraft_version = 1.21.1
create_version = 6.0.8-168
ponder_version = 1.0.64
flywheel_version = 1.0.5
registrate_version = MC1.21-1.3.0+62
create_version = 6.0.10-280
ponder_version = 1.0.82
flywheel_version = 1.0.6
registrate_version = MC1.21-1.3.0+67

parchment_minecraft_version=1.21.1
parchment_mappings_version=2024.11.17
Expand All @@ -31,7 +31,7 @@ minecraft_version=1.21.1
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.21.1]
# The Forge version must agree with the Minecraft version to get a valid artifact
neo_version=21.1.211
neo_version=21.1.247
# The Forge version range can use any version of Forge as bounds or match the loader version range
neo_version_range=[21,)
# The loader version range can only use the major version of Forge/FML as bounds
Expand Down Expand Up @@ -59,9 +59,9 @@ mixin_version = 0.8.5
librarian_version = 1.+

## Compact
jei_version=19.25.0.322
jei_version=19.43.0.390
recipe_viewer=disabled
jade_id=5672013
jade_version=15.10.6+neoforge
top_version=1.21.1-10.0.3

## Mod Properties
Expand All @@ -83,4 +83,4 @@ mod_group_id=net.nuclearteam.createnuclear
mod_authors=Create Nuclear
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=Create nuclear is a mod that adds a whole nuclear system to the create mod. An optimized reactor produces over two millions SU.
mixin_config = 'createnuclear.forge.mixins.json'
mixin_config = 'createnuclear.forge.mixins.json'
78 changes: 48 additions & 30 deletions run/command_history.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,58 @@
/give Dev createnuclear:anti_radiation_boots
/give Dev createnuclear:black_anti_radiation_chestplate
/give Dev createnuclear:black_anti_radiation_helmet
/give Dev createnuclear:black_anti_radiation_leggings
/effect give Dev createnuclear:radiation
/effect give Dev minecraft:night_vision infinite 255
/setblock -357 -47 -536 createnuclear:enriching_fire
/give Dev minecraft:debug_stick
/effect give Dev minecraft:resistance infinite 255
/
/time set day
/gamerule doDaylightCycle false
/tick sprint 1d
/tick sprint stop
/tick sprint 1d
/tick sprint stop
/tick freeze
/tick unfreeze
/tick sprint 1d
/gamerule doDaylightCycle true
/tick sprint stop
/gamemode survival
/gamerule doMobSpawning false
/gamemode creative
/gamemode survival
/gamemode creative
/gamemode survival
/gamemode creative
/gamemode survival
/gamemode creative
/gamemode survival
/gamemode creative
/gamemode survival
/gamemode creative
/gamemode survival
/effect give Dev createnuclear:iodine
/gamemode creative
/gamemode survival
/gamemode creative
/locate biome createnuclear:irradiated_land
/summon createnuclear:nuclear_explosion
/fillbiome
/fillbiome ~-10 ~ ~-10 ~10 ~32 ~10 createnuclear:irradiated_land
/gamemode survival
/fillbiome ~-10 ~ ~-10 ~10 ~32 ~10 createnuclear:irradiated_land
/time set day
/gamemode spectator
/gamemode creative
/effect give Dev createnuclear:iodine
/effect give Dev createnuclear:radiation
/time set day
/effect clear Dev
/effect give Dev createnuclear:radiation
/effect give Dev createnuclear:radiation 30000
/effect give Dev minecraft:regeneration infinite 255 true
/effect give Dev createnuclear:radiation
/effect give Dev createnuclear:radiation infinite
/effect give Dev minecraft:saturation infinite 255 true
/effect give Dev createnuclear:radiation infinite
/effect give Dev createnuclear:radiation
/playsound createnuclear:alarm/alarm
/playsound createnuclear:alarm/alarm block Dev ~ ~ ~ 300 2
/playsound createnuclear:alarm/reactor_alarm block Dev ~ ~ ~ 300 2
/playsound createnuclear:biomes/wasteland block Dev ~ ~ ~ 300 2
/data get storage
/data get entity Dev
/data get block -459 63 531
/effect give Dev createnuclear:radiation infinite 0 true
/effect clear Dev
/effect give Dev createnuclear:radiation infinite 0 true
/effect give Dev createnuclear:radiation
/effect give Dev createnuclear:radiation infinite 0 true
/effect give Dev minecraft:regeneration infinite 255 true
/effect clear Dev createnuclear:radiation
/effect give Dev createnuclear:radiation infinite 0 true
/summon createnuclear:irradiated_cow
/effect clear
/effect give Dev minecraft:resistance infinite 255 true
/time set day
/advancement grant Dev everything
/effect clear Dev
/effect give Dev minecraft:night_vision infinite 255 true
/time set day
/enchant Dev minecraft:efficiency 5
/enchant Dev minecraft:fortune 3
/advancement revoke Dev
/advancement revoke Dev everything
/time set day
2 changes: 1 addition & 1 deletion run/server.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Minecraft server properties
#Wed Oct 15 10:23:51 CEST 2025
#Fri Aug 14 21:51:07 CEST 2026
accepts-transfers=false
allow-flight=false
allow-nether=true
Expand Down
1 change: 0 additions & 1 deletion run/world/session.lock

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// 1.21.1 2026-08-02T08:58:02.5864081 CreateNuclear's Custom Sounds
469b4ea17371681fcb9a666c8cf8b51176a8df3b assets/createnuclear/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// 1.21.1 2026-08-15T15:38:30.2163806 CreateNuclear's Processing Recipes
dda7e53d7d3c598bf66ec80b0b16f3c21ee18951 data/createnuclear/recipe/compacting/thorium_fluid_to_thorium_ingot.json
22d57898717d1a4dcca1b5be4e4cd6a23ac340c3 data/createnuclear/recipe/compacting/uranium_fluid_to_yellowcake.json
a11a9d69b96e4cd1b748cab33dabd6a2964ad6ac data/createnuclear/recipe/crushing/coal.json
49a7aa4b43af0c778821d656ec594f80c362fab5 data/createnuclear/recipe/crushing/crushed_raw_uranium.json
c1e0e107502e875ee5befc176335cbd1cef7e04d data/createnuclear/recipe/crushing/granite.json
2fbb42160178800bdce2bb0c4d5af85313475b26 data/createnuclear/recipe/crushing/nitrate.json
724e99e5db2392644021999b8a694a9b20d8ea0e data/createnuclear/recipe/crushing/raw_copper.json
ede5a70a121245622455815c9ebba7a22e569b55 data/createnuclear/recipe/crushing/raw_thorium.json
27ae6cb3938a98d3aa990318050ec7d0161ae71d data/createnuclear/recipe/crushing/raw_thorium_block.json
9fbd393caf0c74349e1afffe27a9b594de657e91 data/createnuclear/recipe/crushing/raw_uranium_block.json
efc52853cb5199a32131c8eccb6d42adff342365 data/createnuclear/recipe/crushing/raw_zinc.json
f972ded24a5cf2597fa14c4f604743d7e97d23e6 data/createnuclear/recipe/deploying/reactor_fluid_input_from_fluid_pipe_and_reactor_casing.json
f02f00a8c9503a8fdb2472064a279c98db670be7 data/createnuclear/recipe/deploying/reactor_output_from_shaft_and_reactor_casing.json
8401cab3f92d2465b26fe942969e6eb3afd2d551 data/createnuclear/recipe/deploying/reactor_rod_input_from_hopper_and_reactor_casing.json
371ca9bbe8682870942f1b41ec361b8a51be2f44 data/createnuclear/recipe/enriched/enriched_yellowcake.json
fdf6d4fce42373c414542289a73f0e206ff438f2 data/createnuclear/recipe/enriched/enriching_campfire.json
0c8d7d7eae585213bb7b3bb8ca4749dabafc27a3 data/createnuclear/recipe/item_application/reactor_casing_from_steel_and_brass_casing.json
c077c12bec6544815c584cd6aee851c892d43347 data/createnuclear/recipe/mixing/liquid_nitrogen.json
93bc6d7a40f2ccb89d8d5703c4b0f6c576d5caf8 data/createnuclear/recipe/mixing/steel.json
51333dd8271ee83a6096e597fe9dcf4c26a2c071 data/createnuclear/recipe/mixing/thorium_fluid.json
e52ccded5e0955ab39320129fce8f78d50f52250 data/createnuclear/recipe/mixing/uranium_fluid.json
4e362c3fb35c7a4cf946fda91958fe6b84a59e04 data/createnuclear/recipe/pressing/graphene.json
0883773497d77efae10821cad8506662f7331e09 data/createnuclear/recipe/snow_powder/cooled_nitrogen_concentrate.json
282966a4f127d86ed7a46757303d70314d44be47 data/createnuclear/recipe/splashing/crushed_raw_lead.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// 1.21.1 2026-08-08T17:51:45.3883913 CreateNuclear Damage Type Tags
be715fe45426c240c8e1dd1b8c5fa096f8453d88 data/minecraft/tags/damage_type/no_knockback.json
Loading