unpackager causing ticklag when packages are waiting in input slot
Dutchs opened this issue ยท 3 comments
This is the case that triggers this issue:
It seems that more NBT data on the packages and more of them waiting to be unpackaged compound the issue, with the unpackager in the screenshot taking close to 5ms per tick according to LagGoggles (each package held close to 9 stacks of 48 items)
From a preliminary look with a profiler it seems to take the most time to process:
thelm.packagedauto.recipe.RecipeInfoProcessing.readFromNBT()