UI to toggle off computer, toggle full input capturing.
This commit is contained in:
@@ -91,14 +91,8 @@ public final class ComputerBlock extends HorizontalBlock {
|
||||
} else {
|
||||
if (player.isSneaking()) {
|
||||
computer.start();
|
||||
} else {
|
||||
if (computer.isRunning()) {
|
||||
if (world.isRemote()) {
|
||||
openTerminalScreen(computer);
|
||||
}
|
||||
} else {
|
||||
computer.start();
|
||||
}
|
||||
} else if (world.isRemote()) {
|
||||
openTerminalScreen(computer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user