VoltzEngine-Project / Engine

Minecraft modding core lib
Other
13 stars 11 forks source link

Universal Energy System - Potential Inf loop #43

Closed DarkGuardsman closed 8 years ago

DarkGuardsman commented 8 years ago

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.