the9grounds / AE-Additions

GNU General Public License v3.0
11 stars 14 forks source link

Issue persists on MC1.20.1 AE-Additions 5.0.5 ATM9 #153

Closed AnthonyOGorman closed 5 months ago

AnthonyOGorman commented 5 months ago
          Issue persists on MC1.20.1 AE-Additions 5.0.5 ATM9 (Running Server Side)

image Unable to create new channels, however even though no channels are showing, existing transceivers are still connected.

Originally posted by @AnthonyOGorman in https://github.com/the9grounds/AE-Additions/issues/133#issuecomment-2013094717

I did some digging as this issue seems to be caused by the FTB-Teams mod which has a "API break" on version 2001.2.0 Specifically FTBTeamsAPI.arePlayersInSameTeam() changes to FTBTeamsAPI.api().getManager().arePlayersInSameTeam()

TLDR; The bug depends on what version of FTB-Teams your modpack decided to run with. You can fix the issue by commenting out the FTBTeams parts in ChannelInfo.kt or updating the references.

RadegasTCZ commented 5 months ago

Is it just me or I am unable to find that file to 'Fix' this

AnthonyOGorman commented 5 months ago

The "ChannelInfo.kt" file is located here. If you would rather just update the dependency checkout the above PR. You can also find a compiled jar of the fix, but I would always recommend building unknown changes yourself.