Mari023 / AE2WirelessTerminalLibrary

port of https://github.com/p455w0rd/AE2WirelessTerminalLibrary for fabric
MIT License
9 stars 26 forks source link

make registering upgrade cards more rubust #255

Closed Mari023 closed 6 months ago

Mari023 commented 7 months ago

add to all terminals and the wireless universal terminals energy card count is currently dependent on load order. more precisely, it has to run after all terminals are added to ae2wtlib, and it currently runs just after ae2wtlib adds its terminals it really should be running when all mods are done registering their items, and presumably have added their terminals to ae2wtlib

Mari023 commented 6 months ago

fixed by a07c3c2d88716dc2f9b605ea66d02e55b9f0c92f, terminal registration has to happen in an event now, so the timing is fix