Skip to content

Commit

Permalink
well
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jan 13, 2024
1 parent afa8ab1 commit b8350de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.parallel = true
# https://fabricmc.net/develop
minecraft_version = 1.20
yarn_mappings = 1.20+build.1
loader_version = 0.14.22
loader_version = 0.15.3

mod_version = 3.0.1
mod_version = 3.1.0
maven_group = net.krlite
archives_base_name = taptab

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/krlite/taptab/TapTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ public class TapTab implements ModInitializer {
public static final int TAB_DELAY = 400, ANIMATION_DURATION = 375, ANIMATION_AMOUNT = 35, ANIMATION_DELAY = 15;

public static final KeyBinding CYCLE = KeyBindingHelper.registerKeyBinding(new KeyBinding(
"key.taptab.cycle",
"key." + ID + ".cycle",
InputUtil.Type.KEYSYM,
GLFW.GLFW_KEY_TAB,
"key.taptab.category"
"key." + ID + ".category"
));

public static class Input {
Expand Down

0 comments on commit b8350de

Please sign in to comment.