Integrated Tunnels

Integrated Tunnels

53M Downloads

"Exact Amount" ignores target inventory.

xoxfaby opened this issue ยท 2 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

If you set the item transfer rate to "Exact Amount", it will move items even if the target inventory can't take the actual amount.

Steps to reproduce the problem:

  1. Set Exact Amount
  2. Have source inventory with amount available and target inventory with less space than the amount, it will move the partial amount to fill the inventory.

Expected behaviour:

It doesn't move anything since it can't move the exact amount.


Versions:

  • This mod: 1.6.2
  • Minecraft: 1.12.2
  • Forge: 14.23.5.2781

Log file:

commented

Note to self: add an additional check post-simulated-transfer.

commented

Oof, this one took quite a bit of work to figure out all edge-cases when testing.