Cannot insert more than a stack into YABBA barrel
DemonfangArun opened this issue ยท 3 comments
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
Issue description:
Logistical transporter pipes cannot insert more than 64 items into a YABBA barrel. Other item transport systems in the pack work normally. Multiple stacks can be pulled from the barrel using the transport pipes.
Steps to reproduce:
- Attach logistical transporter to any side of a YABBA barrel
- Attempt to pull multiple stacks of an item from any inventory to the barrel
Version (make sure you are on the latest version before reporting):
Forge: 2768
Mekanism: 9.4.13.349
YABBA: 1.1.2.29
This is happening in ender utils barrels and TE caches as well, once there are 64 items in the cache the logistical transporter stops inserting even though the destination is capable of holding thousands
Yeah, same goes for Cache. Not sending more than a stack. All other pipes so far I've tried worked well, obvious since most of them are using Itemduct code from Thermal Expansion itself.
Thumbs up for hardworking Mekanism devs who don't just copy-paste code from other mod :)
My guess would be: Cache only have single inventory slot with max stack size larger than 64, and Logistics Pipe is hard-coded to stop sending if each slot in connected storage gets 64 items. But this don't explain why Mekanism's Bin works..