Applied Energistics 2

Applied Energistics 2

137M Downloads

Channel issue when setting up P2P network

Kangy1103 opened this issue ยท 2 comments

commented

Describe the bug

Channels seem to be being duplicated or maybe even tripled when setting up a standard P2P network.

Mod Version: appliedenergistics2-forge-11.6.4

How to reproduce the bug

Make a P2P network as in the screenshots below

image

Each branch has 4 channels on the smart cable. When you connect 1 you branch it registers 4 channels, connect another branch and each smart cable registers 8 channels on each branch

image

Connect another set of 4 (should be 12 channels at this point) and it overloads the smart cables

image

Expected behavior

12 channels should be being sent through the dense cable but instead it's overloading the cable

Additional details

No response

Which minecraft version are you using?

1.18

On which mod loaders does it happen?

Forge

Crash log

https://gist.github.com/Kangy1103/936d9357a284842388b7325c5d60b43a

commented

That's because you're using an ad hoc network (i.e. without a controller), which is limited to 8 channels regardless of cable placement.

commented

That's because you're using an ad hoc network (i.e. without a controller), which is limited to 8 channels regardless of cable placement.

I knew I was forgetting something stupid! Thanks!