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:
Florian Nücke 2015-09-11 18:19:16 +02:00
parent f88af1fefc
commit 71cc2b8c7e

View File

@ -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) {