mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 01:10:19 -04:00
Create environments for components in container slots on clients side, too... let's hope things don't blow up \o/
This commit is contained in:
parent
f88af1fefc
commit
71cc2b8c7e
@ -524,6 +524,7 @@ class Robot extends traits.Computer with traits.PowerInformation with IFluidHand
|
||||
machine.signal("inventory_changed", Int.box(slot - equipmentInventory.getSizeInventory + 1))
|
||||
}
|
||||
}
|
||||
else super.onItemAdded(slot, stack)
|
||||
}
|
||||
|
||||
override protected def onItemRemoved(slot: Int, stack: ItemStack) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user