Xalcon / EnergyConverters

Simple mod which provides a few blocks which can convert energy from and to EU or RF
MIT License
12 stars 17 forks source link

Client side crash on power transfer #39

Closed Gaz492 closed 5 years ago

Gaz492 commented 5 years ago

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

Xalcon commented 5 years ago

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

Xalcon commented 5 years ago

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