plasmoapp / plasmo-voice

Proximity voice сhat mod for Minecraft
GNU Lesser General Public License v3.0
226 stars 65 forks source link

Relocate or JIJ javax.inject on Forge. #334

Closed Rubydesic closed 11 months ago

Rubydesic commented 1 year ago

On Forge, plasmo-voice shades javax.inject, which will break any other mod which includes javax.inject via forge's JIJ system with a ResolutionException.

Solution: Use "relocate" feature of shadowjar to relocate javax.inject, or use "JIJ" feature of Forge mod loader to include javax.inject rather than shadowjar.

Apehum commented 11 months ago

2.0.7 forge is now using JIJ for this libs: https://github.com/plasmoapp/plasmo-voice/releases/tag/2.0.7