Posted November 19, 20196 yr I'm trying to do: @EventHandler public void init(FMLInitializationEvent event) { } but I can't seem to import FMLInitializationEvent. If I write the import manually it's not resolved. It's in my main class it has an uppercase letter name, maybe that is the issue? Any ideas? Thanks
November 19, 20196 yr Author To make a keybind but someone else helped me but now I'm stuck with a build error: error: package org.lwjgl.input does not exist import org.lwjgl.input.*; I have it as an External JAR added to my workspace, version of lwjgl is 2.9.3 because form the 3rd version there is no Keyboard.KEY_O. How could I fix that? Thanks
November 20, 20196 yr Author Ok, I made the keybinding with a random int like 123 in it because that's what I needed to do and it will be able to be set by the player in controls! Yay
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.