Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AnthonyOGorman opened this issue Mar 22, 2024 · 2 comments
Closed

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

AnthonyOGorman opened this issue Mar 22, 2024 · 2 comments

Comments

@AnthonyOGorman
Copy link
Contributor

AnthonyOGorman commented Mar 22, 2024

          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 #133 (comment)

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
Copy link

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

@AnthonyOGorman
Copy link
Contributor Author

AnthonyOGorman commented Mar 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants