Jump to content

XP20TOMS

Members
  • Posts

    5
  • Joined

  • Last visited

XP20TOMS's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Could you tell me how would I be able to draw a word on the top of the screen? I will also want to make a Gui later which might be very dificult, but I'll try. Thanks for the quick reply
  2. As the title says I can't import net.minecraft.client.gui.Gui, it says unresolved variable. Some people as I saw have the Minecraft packages in their package manager. Some things work of net.minecraft but some like Gui don't. the net.minecraft.client.gui exists but net.minecraft.client.gui.Gui doesn't. I had no DecompWorkspace, maybe that is the issue? I'm modding for forge 1.14.4 Thanks
  3. I'm trying to make it so the player can press a button and it will make him automatically hold right-click. But I don't know how to do that or how to make the player jump so he doesn't get kicked. Any ideas on how to do this? Thanks
  4. 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
  5. 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
  6. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.