Hello. I’m using Arcanyx and Voidcraft, and during gameplay I noticed that none of Janus’s modules can be used.
After doing some mod debugging, it seems that Voidcraft and Arcanyx are corrupting the allowed_module_categories variable on all assembling machine and furnace prototypes. More specifically, vanilla module categories are preserved correctly, but if a non-vanilla module category exists, all of those entries appear to be removed.
This could lead to potential compatibility issues with other mods. For example, Panglia internally defines a panglia_module category that is not yet actively used, but the linkage for this category is also completely removed.
I’d appreciate it if you could look into this issue.