2015-01-13 21:02:11 -05: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 19:49:09 -04:00
|
|
|
// omegaTest = new KeyBinding("key.ping", Keyboard.KEY_O, "key.categories.alchemicalwizardry");
|
|
|
|
//
|
|
|
|
// ClientRegistry.registerKeyBinding(omegaTest);
|
2015-01-13 21:02:11 -05:00
|
|
|
}
|
|
|
|
}
|