Upgrades can be inserted into Material Stonework Factory using a hopper: is this intentional
Lothrazar opened this issue ยท 1 comments
Industrial Foregoing Version: 1.12.4
TeslaCoreLib Version: 1.0.15
Crashlog (If Any):
Exactly as the title says, IItemHandler :: inventory.insertItem(i, stack, simulate); will insert upgrades into the upgrade slot such as from a hopper, and im not sure if this is a bug or intentional
The similar function IItemHandler::extractItem blocks access to these slots
See context related to Storage Network: Which cannot withdraw these upgrades, but putting an upgrade into a storage network will store them in these upgrade slots if available
DarkPacks/SkyFactory-4#111