NuclearCraft: Neoteric

NuclearCraft: Neoteric

371k Downloads

Fusion reactor does not assemble

marcin212 opened this issue ยท 1 comments

commented

Versions:

  • Mod: 1.1.5
  • MC: 1.20.1
  • Forge: 47.3.12

The multi-structure fusion reactor does not assemble. I checked the code and set a breakpoint in debug mode at this location: https://github.com/igentuman/NuclearCraft-Neoteric/blob/1.20/src/main/java/igentuman/nc/multiblock/fusion/FusionReactorMultiblock.java#L398. The program never reaches this point. I changed the condition for the tests from if(isFormed) { to if(!isFormed) {. After this change FunctionalBlocks was detected but did not call recalculateCharacteristics();, so the reactor still does not work. Unfortunately, I did not have more time to debug and fix this.

Steps to Reproduce:

  1. Build the fusion reactor using the command.
  2. Destroy and place the core.
  3. Check in the GUI that it does not detect magnets and RFAmplifiers.
commented

this is the same issue Im having except even when I dont replace the core and just build it from a core it wont work