2015-01-14 02:02:11 +00:00
|
|
|
package WayofTime.alchemicalWizardry.client;
|
|
|
|
|
|
|
|
import net.minecraft.client.settings.KeyBinding;
|
|
|
|
|
|
|
|
public class KeyBindings
|
|
|
|
{
|
|
|
|
public static KeyBinding omegaTest;
|
|
|
|
|
|
|
|
public static void init()
|
|
|
|
{
|
2015-04-18 23:49:09 +00:00
|
|
|
// omegaTest = new KeyBinding("key.ping", Keyboard.KEY_O, "key.categories.alchemicalwizardry");
|
|
|
|
//
|
|
|
|
// ClientRegistry.registerKeyBinding(omegaTest);
|
2015-01-14 02:02:11 +00:00
|
|
|
}
|
|
|
|
}
|