mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
I can't build against the new version of kirin so I assume it will come down eventually...
This commit is contained in:
parent
e26eb09616
commit
8157655434
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class MineLPClient extends MineLittlePony {
|
|||
|
||||
config = JsonConfig.of(utils.getConfigDirectory().resolve("minelp.json"), ClientPonyConfig::new);
|
||||
ponyManager = new PonyManager(config);
|
||||
keyBinding = utilities.registerKeybind("key.categories.misc", GLFW.GLFW_KEY_F9, "key.minelittlepony.settings");
|
||||
keyBinding = utilities.registerKeybind("key.categories.misc", "minelittlepony:settings", GLFW.GLFW_KEY_F9);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue