B:cleanMultiblocks config causes bug
LasmGratel opened this issue ยท 5 comments
GregTech CEu Version
v2.4.1-beta
Modpack Used
No response
Addons Installed
Gregicality Multiblocks 1.1.4
Environment
Forge Server
New Worlds
No
Cross-Mod Interaction
No
Expected Behavior
B:cleanMultiblocks=true disables cleanroom requirement for multiblocks
Actual Behavior
After changing the config, recipes with cleanroom required (e.g. Nano CPU Wafer) processed in a multiblock will not take any energy input and gives "WARNING: Machine need more energy" warning. Recipe with the same energy tier in that multiblock processed normally.
Steps to Reproduce
- Set
B:cleanMultiblocks=true
- Assemble Large Chemical Reactor or Large Circuit Assembler
- Try to craft Nano CPU Wafer, Elite Circuit Board
- Gives "WARNING: Machine need more energy" and makes no progress on the recipe
Additional Information
No response
(If someone else wants to confirm before I reach my PC, with video or otherwise, itd also be appreciated)
I believe I have found a potential fix but I still need to test it in game to see it isn't a fluke. Will update sometime soon.
For reference: Recipes are checked prior to running in AbstractRecipeLogic but also while running, and the progression check does not check for if the config allows a cleanroom recipe to run and therefore seems to fall through.