-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
essentially is the original binds menu, just in-case for whatever reason certain mods' binds don't get picked up (Smart Moving, i'm looking at you!)
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package okushama.nek; | ||
|
||
import net.minecraft.client.gui.GuiControls; | ||
import net.minecraft.client.gui.GuiScreen; | ||
import net.minecraft.client.settings.GameSettings; | ||
|
||
public class GuiControlsOverride extends GuiControls{ | ||
|
||
public GuiControlsOverride(GuiScreen par1GuiScreen, | ||
GameSettings par2GameSettings) { | ||
super(par1GuiScreen, par2GameSettings); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters