Chopping trees creates oversized stacks
magneticflux- opened this issue ยท 0 comments
Stacks with greater than 127 items behave strangely. Hoppers do not interact with them correctly, and they are not serialized properly due to byte casting.
To avoid creating these stacks, we should break up large chopping operations into multiple stack drops.
First reported by highestpie
here.