Industrial Foregoing

Industrial Foregoing

95M Downloads

1.15 Server Crash with akashic tome

Darkere opened this issue ยท 6 comments

commented

Industrial Foregoing Version: industrial-foregoing-1.15.2-2.2.2-28d4a81

Crashlog (If Any): https://gist.github.com/Darkere/6d92988b82b4276a93bebe6dc57da23a

This line:

return new TranslationTextComponent(this.group.getTranslationKey()).getFormattedText();

is crashing as it's clientside only.

commented

oof also in conveyor and industrial block.

commented

Duplicate #736

commented

The fix you made does not apply to the crash above.

commented

Yes it do, its the same one, the client side method is getTranslationKey()

commented

Yeah, but for MachineFrameBlock you are extending BlockItem and not IFCustomItem. I even linked the line above...

commented

Oh! You should have said that! I didnt even noticed.