You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DO NOT REPORT AN ISSUE IF YOU HAVEN'T TESTED THE ISSUE WITH THE LATEST VERSION IN CURSEFORGE
This appears to be an issue in all machines. But it's most obvious in the Crop Sower and Bioreactor where you're likely to lock slots.
If automation, such as a Sophisticated Chest with a hopper upgrade, or Laser IO, is sending items to these machines with locked slots, the machine will allow any item in the slot, not just the locked item. This means the only way to ensure the correct items are in the desired slot is to push them to an inventory and allow the machine to pull from that side.
That's slow, however, and the pull rate doesn't keep up with upgrades.
Industrial Foregoing Version:
3.6.13 Titanium Version:
4.0.21 Crashlog If Applicable (Upload to pastebin/gist):
The text was updated successfully, but these errors were encountered:
* ResolveInnovativeOnlineIndustries/Industrial-Foregoing#1487
* ResolveInnovativeOnlineIndustries/Industrial-Foregoing#1475 + Few Changes
Sided inventories will now correctly check if the slot is valid - The stack limit is now Math.min(StackLimit, SlotLimit)
Sided Inventories will now try to transfer until they insert all items extracted, or until there are no more valid slots.
All IFacingComponents are now called per operation, instead of breaking on the first one that succeeded.
* Possibly ResolveInnovativeOnlineIndustries/Industrial-Foregoing#1473
Can't reproduce original issue - however this fixes insertions to incorrect slots in locked inventories.
DO NOT REPORT AN ISSUE IF YOU HAVEN'T TESTED THE ISSUE WITH THE LATEST VERSION IN CURSEFORGE
This appears to be an issue in all machines. But it's most obvious in the Crop Sower and Bioreactor where you're likely to lock slots.
If automation, such as a Sophisticated Chest with a hopper upgrade, or Laser IO, is sending items to these machines with locked slots, the machine will allow any item in the slot, not just the locked item. This means the only way to ensure the correct items are in the desired slot is to push them to an inventory and allow the machine to pull from that side.
That's slow, however, and the pull rate doesn't keep up with upgrades.
Industrial Foregoing Version:
3.6.13
Titanium Version:
4.0.21
Crashlog If Applicable (Upload to pastebin/gist):
The text was updated successfully, but these errors were encountered: