mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 01:39:36 -04:00
parent
1190dbb809
commit
170ce28ebe
@ -335,7 +335,7 @@ object InventoryUtils {
|
|||||||
inventoryAt(sourcePos) match {
|
inventoryAt(sourcePos) match {
|
||||||
case Some(sourceInventory) =>
|
case Some(sourceInventory) =>
|
||||||
inventoryAt(sinkPos) match {
|
inventoryAt(sinkPos) match {
|
||||||
case Some(sinkInventory) => () => transferBetweenInventories(sourceInventory, sourceSide, sinkInventory, sinkSide, limit)
|
case Some(sinkInventory) => () => transferBetweenInventoriesSlots(sourceInventory, sourceSide, sourceSlot, sinkInventory, sinkSide, sinkSlot, limit)
|
||||||
case _ => null
|
case _ => null
|
||||||
}
|
}
|
||||||
case _ => null
|
case _ => null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user