Forge will exclude mods(and by extension, plugins) from loading classes from certain packages (e.g. org.apache
) to avoid conflicting in the classloader. It’s been reported before, basically what you need to do it relocate the packages (e.g. to be.thesebakl.libs.org.apache
)
1 Like