Tech Reborn

Tech Reborn

30M Downloads

Fusion Control Computer ignores the setting to disable crafting when a redstone signal is present

M0dEx opened this issue ยท 2 comments

commented

Describe the bug
The fusion control computer ignores the setting to disable crafting when a redstone signal is present.

Steps to Reproduce

  1. Build the simplest fusion reactor.
  2. Charge it, let it run.
  3. Set Crafting to any value other than Ignored
  4. Try to turn it off (by not providing a redstone signal when the GUI is set to Redstone ON or vice versa).
  5. The fusion control computer ignores the setting and continues crafting.

Screenshots
2022-06-18_22 56 06
2022-06-18_22 56 12

Environment (please complete the following information with the version):

  • Minecraft: 1.18.2
  • Mod Loader: Fabric 0.14.8
commented

I went through the relevant sections of the code and discovered that there is no check for this setting in FusionControlComputerBlockEntity or it's parent classes and their interfaces.

commented

Fixed by #2987