Ancient Warfare 2

Ancient Warfare 2

6M Downloads

Structure Builder Crash

Nidero opened this issue ยท 1 comments

commented

This issue occurs when reskillable is installed with ancientwarfare

Right-clicking or left-clicking Structure Builder after placing Structure Builder will crash

VanillaFix points the crash cause to ancientwarfare, so I first come here to submit issues

Please let me know if it is not a problem caused by ancientwarfare and I will report this issue to reskillable developers

This is the content of the crash report: https://paste.ubuntu.com/p/BNFPPNDNbF/

commented

This is because reskillable calls writeToNBT on tile entity client side. I could potentially make sure that this doesn't crash for structure builder, but given that the method is supposed to be called on server side only I would imagine there will many other cases of blocks where this will crash because mods are not ready for server side only method to be called on client.