Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
Multi-Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jul 26, 2022
1 parent 961eedc commit 41e9e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified build/libs/magnesium_extras-mc1.16.5_v1.3.1-i18n-Multi.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
@Mod.EventBusSubscriber(value = Dist.CLIENT)
public class KeyboardInput
{
public static final KeyBinding zoomKey = new KeyBinding("key.zoom",
public static final KeyBinding zoomKey = new KeyBinding("extras.key.zoom",
KeyConflictContext.IN_GAME,
KeyModifier.NONE,
InputMappings.Type.KEYSYM,
GLFW.GLFW_KEY_C,
"key.category." + MagnesiumExtras.MODID);
"extras.key.category");

}

0 comments on commit 41e9e7f

Please sign in to comment.