
EnderIO Machines spill items when inserting into full containers
Xiaminou opened this issue ยท 4 comments
Issue Description:
When EnderIO machines export items if they have a full stack in store they will try to export it even if there isn't room enough for it in the adjacent container, the rest will spill out into the world. Is that intended?
It's only happened with Storage Drawers so far, haven't tried anything else.
Affected Versions (Do not use "latest"):
- EnderIO: 3.1.169
- EnderCore: 0.4.1.65-beta
- Minecraft: 1.10.2
- Forge: 2185
- Mods: list.txt
Yes. The inventory we are trying to insert is first asked if it can take the items. If it says "yes" but then rejects the items we try to put them back...but you cannot put items into an output slot. So they spill...
This is the related issue: jaquadro/StorageDrawers#396