CyclopsMC / IntegratedCrafting

Craft stuff in Integrated Dynamics networks
MIT License
7 stars 6 forks source link

Crafting job calculation packet overflow #14

Closed antrobot1234 closed 5 years ago

antrobot1234 commented 5 years ago

Issue type:


Short description:

i set up a system in the modpack (namely the enigmatica 2 expert mode modpack) to craft the advanced machine frame from IC2. whenever i request to craft it though, i get the issue

java.lang.IllegalArgumentException: payload may not be larger than 32767 bytes

Steps to reproduce the problem:

  1. run the enigmatica 2 expert mode pack with integrated crafting and terminals installed
  2. create a system with all the recipes and machines required to craft the advanced machine frame from IC2

Expected behaviour:

the game should craft it as normal, as any of the prerequisites are craftable and the recipe is successfully caculated


Versions:

Log file:

pastebin file

rubensworks commented 5 years ago

Ah, that's an annoying one.

Note to self: implement a packet splitting algorithm similar to the one in Colossal Chests.