
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
16 lines
350 B
Java
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);
|
|
}
|
|
}
|