Skip to content
Open

V2 #25

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 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
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
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
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ run/logs
run/schematics
run/server
run/downloads/log.json
run/command_history.txt
410 changes: 410 additions & 0 deletions AUDIT_NEOFORGE.md

Large diffs are not rendered by default.

13 changes: 10 additions & 3 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 @@ -136,7 +143,7 @@ dependencies {
//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
16 changes: 8 additions & 8 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_id=7545219
top_version=1.21.1-10.0.3

## Mod Properties
Expand Down
Binary file added potion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 28 additions & 32 deletions run/command_history.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
/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
/particle createnuclear:irradiated_particles
/particle create:air
/particle create:air_flow
/particle
/particle createnuclear:irradiated_particles ~ ~1 ~ 0 0 0 0 104
/particle minecraft:flame ~ ~1 ~ 0 0 0 0 10
/give Dev minecraft:command_block
/summon createnuclear:irradiated_cat
/particle create:soul_expanding_perimeter
/particle minecraft:small_flame
/particle createnuclear:irradiated_particles
/particle createnuclear:nuclear_mushroom_cloud_explosion
/particle createnuclear:nuclear_mushroom_cloud_smoke
/summon createnuclear:nuclear_explosion
/time set day
/
/time set day
/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
/gamemode creative
/time set day
/fillbiome ~-10 ~ ~-10 ~10 ~32 ~10 createnuclear:irradiated_land
/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
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
Loading