I can't build against the new version of kirin so I assume it will come down eventually...

This commit is contained in:
Sollace 2019-06-04 19:02:56 +02:00
parent e26eb09616
commit 8157655434

View file

@ -49,7 +49,7 @@ public class MineLPClient extends MineLittlePony {
config = JsonConfig.of(utils.getConfigDirectory().resolve("minelp.json"), ClientPonyConfig::new); config = JsonConfig.of(utils.getConfigDirectory().resolve("minelp.json"), ClientPonyConfig::new);
ponyManager = new PonyManager(config); 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);
} }
/** /**