Hello,
I have made a post under the modding forums viewtopic.php?f=25&t=119670
to describe a problem I've noticed that only occurs in Space Age and not Factorio 2.0.
Since it hasn't received any responses I was wondering if there's anything else I could provide and perhaps verify that this isn't a bug and a feature?
It seem to occur with something that I used a compare software to ensure the content is like by like with an internal item. So I'm wondering if this is regarding following instructions or perhaps anything hidden that is causing this that isn't immediately apparent when using the mod apis.
Thanks and sorry if this isn't the right forum.
How to report a potential Mod related bug?
Re: How to report a potential Mod related bug?
Space-age changes the crafting categories for the assembling machine 3 during one of its data stages. If you don't want those categories you need to change them again after it finishes.
If you want to get ahold of me I'm almost always on Discord.
Re: How to report a potential Mod related bug?
Thank you for the quick response! Would data final fixes be a good place to do this?
And should there be a way to check whether the space age mod is active or not to condition this modification?
Re: How to report a potential Mod related bug?
Check the feature flags: https://lua-api.factorio.com/latest/typ ... Flags.html .
Re: How to report a potential Mod related bug?
Thanks. That worked. I'll respond in the mod thread as well in case someone else is looking for this.LCStark wrote: ↑Mon Nov 11, 2024 9:21 pmCheck the feature flags: https://lua-api.factorio.com/latest/typ ... Flags.html .