Fixed component buses not being installable in servers.

This commit is contained in:
Florian Nücke 2014-10-19 19:37:44 +02:00
parent 54413b8526
commit 0fbd8bf77b

View File

@ -14,7 +14,7 @@ object DriverComponentBus extends Item with Processor {
override def createEnvironment(stack: ItemStack, host: EnvironmentHost) = null
override def slot(stack: ItemStack) = Slot.None
override def slot(stack: ItemStack) = Slot.ComponentBus
override def tier(stack: ItemStack) =
Items.multi.subItem(stack) match {