Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.XxDanielMCYTxX.hypixelchat1;
- import org.lwjgl.input.Keyboard;
- import net.minecraft.client.settings.KeyBinding;
- import net.minecraftforge.client.model.b3d.B3DModel.Key;
- import net.minecraftforge.fml.client.registry.ClientRegistry;
- public class Keybinds
- {
- public static KeyBinding hello;
- // I did this Simple one to Try Test if it works.
- public static void register()
- {
- hello = new KeyBinding("hello", Keyboard.KEY_H,"tutorial");
- ClientRegistry.registerKeyBinding(hello);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment