Energy Converters

Energy Converters

10M Downloads

Client side crash on power transfer

Gaz492 opened this issue ยท 2 comments

commented

Client side crash on power transfer, https://hastebin.com/qoxupiqohe

This specific issue can be solved by wrapping the for loop here in an if statement containing !world.isRemote

Looking at the other classes for the other converters it seems that this issue could crop up there as well

commented

Good catch. That should only be running on the logical server. Fix incoming.

commented

fixed in 1.2.1
Should be available on curseforge in a few minutes.