Superconductor update, adds cables, and new upgrades.
This commit is contained in:
parent
0ca18ade97
commit
1d78c60e51
21 changed files with 197 additions and 12 deletions
|
@ -85,7 +85,8 @@ public class GuiAESU extends GuiBase {
|
|||
super.actionPerformed(button);
|
||||
if (button.id >= 300 && button.id <= 303) {
|
||||
boolean shift = Keyboard.isKeyDown(Keyboard.KEY_LSHIFT);
|
||||
NetworkManager.sendToServer(new PacketAesu(button.id, tile, shift));
|
||||
boolean ctrl = Keyboard.isKeyDown(Keyboard.KEY_LCONTROL);
|
||||
NetworkManager.sendToServer(new PacketAesu(button.id, tile, shift, ctrl));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue