TheCBProject / Translocators

MIT License
10 stars 9 forks source link

Fix #37 - remainder of partial stack insert being voided #40

Closed codewarrior0 closed 6 years ago

codewarrior0 commented 6 years ago

Properly handles the remainder of a successful or unsuccessful inventory insert, only extracting the amount actually inserted.

Fixes issues where a glowstone translocator will void items when inserting full stacks into an IE Metal Press or other inventory that only accepts small, fixed-size inserts.

covers1624 commented 6 years ago

Cheers for this.