Mekanism

Mekanism

111M Downloads

Logistical transporter and full inventories

leofgiam opened this issue ยท 1 comments

commented

Please use the search functionality before reporting an issue. Also take a look at the closed issues!

Issue description:

A Logistical Transporter pulling items from a Bin and pushing them to a Dispenser (for example) will fill the dispenser's inventory and won't stop extracting items from the bin causing glitches.

logistical-transporter-glitch

Steps to reproduce:

  1. Place items as the setup shown in the attached GIF.
  2. If the amount of items on the bin is greater than the items the dispenser can receive, the Transporter still pulls items out.

Version (make sure you are on the latest version before reporting):

Forge: 31.1.27
Mekanism: 9.9.16
Other relevant version:

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

[gist / pastebin / etc link here. Please make sure that it isn't set to expire.]

commented

This should be mostly fixed in the next alpha. The issue had to do with us thinking that the dispenser could stack 64 minecarts in each slot because the slot limit was 64, even though the max stack size for minecarts is 1. The reason I say mostly fixed, is that it will still attempt to send one extra item due to the fact that dispensers and the like will accept stacked minecarts if they are stacked to begin with, but this stack then properly re-enters the bin it came from.