CreeperHost / MineTogether

A Minecraft mod that enhances community and server features, such as global chat, chunk pre-generation, auto server join from protocol uri (via FTBApp), friends lists, private chats and many more features linked to the MineTogether platform.
https://minetogether.io
GNU General Public License v3.0
23 stars 16 forks source link

fix incompatibility with mods that JIJ jackson rather than relocating it #689

Closed Rubydesic closed 1 year ago

Rubydesic commented 1 year ago

shadowJar does not 'relocate' service files by default, which causes a ResolutionException on startup in forge when another mod includes the actual jackson JAR via JIJ because Minetogether incorrectly contains the service files for the bona-fide jackson package rather than the relocated version.

This issue does not affect fabric.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

covers1624 commented 1 year ago

This has been manually integrated for the next release.

Thanks for finding this.