Applied Energistics 2

Applied Energistics 2

137M Downloads

XNet will not connect to the ME Controller or Energy Acceptor.

VT-14 opened this issue ยท 3 comments

commented

Describe the bug
#3483 was closed due to not following the template. This was also previously reported to XNet here: McJtyMods/XNet#311, so I'll add more to that issue as well.

The XNet Connectors do not connect to the ME Controller or Energy Acceptor. They should connect in order to transfer Forge Energy and power the ME Network.

XNet will connect and power the ME Chest, Inscriber, and Charger directly, but those will not share power with the rest of the network.

To Reproduce
Place an XNet Connector next to an ME Controller or Energy Acceptor.

Expected behavior
To be able to power AE2 using XNet cabling (without resorting to some kind of intermediary power cable).

Additional context
2019-06-24_13 32 04

Manual Debug Crashlog: https://gist.github.com/VT-14/cbc54a085459dfbc76dd1291fa326f2f
Forge Log: https://gist.github.com/VT-14/f132b49600f2fb6f4b18b1f8730ae7b3

Environment
Single Player, in a minimal test modpack (only AE2, XNet, RFTools, JEI, and McJtyLib).

  • Minecraft Version: 1.12.2
  • AE2 Version: rv6-stable-6
  • Forge Version: 14.23.5.2838
  • XNet: 1.8.1
commented

All energy accepting tiles use the exact same code, if XNet can connect to some, it should be able to connect to all. The only difference is that inscribers and chargers have a limited set of exposed sides. Yet chest, acceptor and controller are the same and it can connect to a chest.

commented

On XNet's issue McJty responded with "Not much I can do on my side. The AE2 controller has to properly support the energy capability for side null (on the client and server)"

I suspect that XNet is connecting to those 3 specific blocks because they have inventories.

commented

No idea, but not supporting null as valid side is intentional.