There is a potential issue that when using a 3rd party power code that references Universal Energy System that an inf loop can happen. In what the code calls to the UE system to figure out what to do. Then the system grabs the first handler it can find to handle a tile. This handle just so happens to also call back the UE system and causes an inf loop. Either directly through the handler's code or through calling a machine's code that also calls UE system again.
There is a potential issue that when using a 3rd party power code that references Universal Energy System that an inf loop can happen. In what the code calls to the UE system to figure out what to do. Then the system grabs the first handler it can find to handle a tile. This handle just so happens to also call back the UE system and causes an inf loop. Either directly through the handler's code or through calling a machine's code that also calls UE system again.