Running out of space in the network while using the importer crashes the game
TGMM opened this issue ยท 1 comments
I think the title is pretty self-explanatory.
For more details, I was using a creative importer and my disks ran out of space (I had 2 64k and 2 4k, but I don't think it matters). Shortly after, the game crashed with the following message:
could not insert extracted item stack into network
So I looked around in the code and found this line.
I don't know what the line is supposed to do, but changing it to return false
seems to fix the issue without noticeable side-effects.
EDIT: Forgot to add I was using the latest version of the mod, which is cabletiers-1.16.5-0.511.jar at the time of writing.