Energy Battery causes needless block updates while charging/discharging
codewarrior0 opened this issue ยท 1 comments
While in use, the Energy Battery issues up to 20 chunk updates per second, causing a corresponding FPS drop, especially in busy areas where the battery is likely to be used.
The fault can be traced back to unconditional calls to world.notifyBlockUpdate
via CyclopsTileEntity.onSendUpdate
so this is probably not the only block that causes needless block updates.
IntegratedDynamics-1.10.2-0.6.6.jar
CyclopsCore-1.9.4-0.9.0.jar