You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now each check is only executed once instead of once once for each def xml in each mod.
Also avoids the issue where the second call will make that call execute twice, the third 3 times (1+2+3=6 times) etc.
Those two combined meant a million executions of each check with around 250 mods
This also fixes the issue where log entries could be written many times
<description>Adds the ability to create errors if required mods aren't loaded or incompatible mods are loaded as well as adding patch conditions related to other mods.
0 commit comments