Integrated Dynamics

Integrated Dynamics

63M Downloads

Excess items get deleted when using a mod that increases stack size beyond 64

Keltas opened this issue ยท 1 comments

commented

When I process items using a mechanical squeezer, for example a copper ore, the output slot gets filled up to 64 items and rather than switching to the next slot or continuing on with the higher stack value, it voids any excess. The machine continues running wasting input, however the output number never goes beyond 64 nor switches slots. I did not check any other machines, so I don't know if the issue is limited to just mechanical squeezer.

I expected for the machine to either continue stacking output up to the new maximum stack size and for it to move on to the next output slot once the number of items exceed the maximum stack size (or 64). In any case - not voiding the items.

I am using IntegratedDynamics-1.18.2-1.10.16, biggerstacks-1.18-2.8 on Forge 14.1.16 for Minecraft 1.18.2.

commented

Minecraft and its mods assume that max stacksizes are 64, so it makes sense to me that if a mod changes the max stacksize, that it will have to make changes in Minecraft and all other mods. So it seems to be like the mod in question should provide compatibility for all of the affected mods.

I'll leave this issue open as a feature request in case anyone wants to take it up.