Skip to content

Commit

Permalink
Merge pull request #8 from GTNewHorizons/keybinds
Browse files Browse the repository at this point in the history
unbind keys by default
  • Loading branch information
Dream-Master authored Jan 27, 2023
2 parents 8893389 + 2cbe7e4 commit 3568e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/portablejim/bbw/core/client/KeyEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Created by james on 16/10/15.
*/
public class KeyEvents {
public KeyBinding keyBinding = new KeyBinding("bbw.key.mode", Keyboard.KEY_M, "bbw.key.category");
public KeyBinding keyBindingFluid = new KeyBinding("bbw.key.fluidmode", Keyboard.KEY_F, "bbw.key.category");
public KeyBinding keyBinding = new KeyBinding("bbw.key.mode", Keyboard.KEY_NONE, "bbw.key.category");
public KeyBinding keyBindingFluid = new KeyBinding("bbw.key.fluidmode", Keyboard.KEY_NONE, "bbw.key.category");

private boolean isPressed;
private boolean isPressedFluid;
Expand Down

0 comments on commit 3568e8d

Please sign in to comment.