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
having these hooks be in R2API would be beneficial compared to the current state of having the same hooks in multiple mods as one IL hook includes a ILCursor.Remove or emit a OpCodes.pop instruction, overriding one another or even cause incompatibilities (for the case of ArtificerExtended)
currently these incompatibilities are resolved in an extremely janky way where ArtificerExtended SoftDepends on PassiveAgression and MinerSkillReturns to load after them and every other mod checking for every other mod and not doing the hook when they are detected
making an issue to be tracked
having these hooks be in R2API would be beneficial compared to the current state of having the same hooks in multiple mods as one IL hook includes a
ILCursor.Remove
or emit aOpCodes.pop
instruction, overriding one another or even cause incompatibilities (for the case of ArtificerExtended)currently these incompatibilities are resolved in an extremely janky way where ArtificerExtended
SoftDepend
s on PassiveAgression and MinerSkillReturns to load after them and every other mod checking for every other mod and not doing the hook when they are detectedrelevant mods
The text was updated successfully, but these errors were encountered: