mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Fixed component buses not being installable in servers.
This commit is contained in:
parent
54413b8526
commit
0fbd8bf77b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user