Fusion Control Computer ignores the setting to disable crafting when a redstone signal is present
M0dEx opened this issue ยท 2 comments
Describe the bug
The fusion control computer ignores the setting to disable crafting when a redstone signal is present.
Steps to Reproduce
- Build the simplest fusion reactor.
- Charge it, let it run.
- Set
Crafting
to any value other thanIgnored
- Try to turn it off (by not providing a redstone signal when the GUI is set to
Redstone ON
or vice versa). - The fusion control computer ignores the setting and continues crafting.
Environment (please complete the following information with the version):
- Minecraft: 1.18.2
- Mod Loader: Fabric 0.14.8
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.
Fixed by #2987