BloodMagic/src/main/java/WayofTime/alchemicalWizardry/client/KeyBindings.java
Arcaratus 31f552fe2d Random stuffs
Updated commands
Added in a ritual hologram --Alex's code
Added a Total Stones tooltip to the ritual diviner
Gave the Alchemy Relay a null bounding box
Added localizations to the blocks that didn't have any
2015-04-18 19:49:09 -04:00

16 lines
350 B
Java

package WayofTime.alchemicalWizardry.client;
import net.minecraft.client.settings.KeyBinding;
public class KeyBindings
{
public static KeyBinding omegaTest;
public static void init()
{
// omegaTest = new KeyBinding("key.ping", Keyboard.KEY_O, "key.categories.alchemicalwizardry");
//
// ClientRegistry.registerKeyBinding(omegaTest);
}
}