mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 10:21:45 -04:00
Adjust default orientation of screen.
This commit is contained in:
parent
c29366d2f0
commit
2ee0715bff
@ -48,6 +48,10 @@ object SpawnComputerCommand extends SimpleCommand("oc_spawnComputer") {
|
|||||||
case t: tileentity.traits.Rotatable => t.setFromFacing(EnumFacing.UP)
|
case t: tileentity.traits.Rotatable => t.setFromFacing(EnumFacing.UP)
|
||||||
case _ => // ???
|
case _ => // ???
|
||||||
}
|
}
|
||||||
|
world.getTileEntity(screenPos) match {
|
||||||
|
case t: tileentity.traits.Rotatable => t.setFromFacing(EnumFacing.NORTH)
|
||||||
|
case _ => // ???
|
||||||
|
}
|
||||||
|
|
||||||
api.Network.joinOrCreateNetwork(world.getTileEntity(casePos))
|
api.Network.joinOrCreateNetwork(world.getTileEntity(casePos))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user