tom5454 / More-Immersive-Wires

Add modded wire support for Immersive Engineering
MIT License
1 stars 2 forks source link

Compatibility with AppliedE #14

Closed border999 closed 1 month ago

border999 commented 1 month ago

https://github.com/62832/AppliedE/issues/6

SquidDev commented 1 month ago

If possible @tom5454, it's better to avoid depending on CC's internals here. For instance, the usage of ComponentAccess/PlatformHelper.createWiredElementAccess can just be replaced by a normal capability lookup. CC's README has some info on how to just depend on the API so you don't accidentally pull in internal code.

tom5454 commented 1 month ago

I'll replace that with a capability lookup, but I also have a custom modem: https://github.com/tom5454/More-Immersive-Wires/blob/1.20/src/main/java/com/tom/morewires/compat/cc/CCModemConnectorBlockEntity.java I don't see any API that would let me create a custom wired modem.