Fusion reactor does not assemble
marcin212 opened this issue ยท 1 comments
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:
- Build the fusion reactor using the command.
- Destroy and place the core.
- Check in the GUI that it does not detect magnets and RFAmplifiers.