wisp-forest / accessories

A extendable and data-driven Accessory Mod for Minecraft
Other
29 stars 12 forks source link

Incompatibility with 'load my chunk' mod #135

Closed X-Machiavelli closed 1 month ago

X-Machiavelli commented 1 month ago

https://github.com/Drathonix/LoadMyChunks/issues/24#issue-2590722134

Drathonix commented 1 month ago

Incompatibility is caused by including Forgified-fabric as a jarjar dependency causing fabric mixins to load after LMC's. Why is FF included as a jarjar rather than declaring it as a dependency in neoforge.mods.toml?

Dragon-Seeker commented 1 month ago

Currently such is just a dependency required by owolib but I plan to resolve such by cutting down to FFAPI modules to only whats required which has tested to work without issues like this as FFAPI will need more updating to prevent these incompats.

Dragon-Seeker commented 1 month ago

An update has been pushed to reduce the use for FFAPI to the required modules within owolib that is JIJ for Neo. Should prevent this problem as such was a mistake on my part.