Jump to content

Summerfeeling

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Summerfeeling

  1. I know. That's why I wanted to change it through an event. But is seems to not be possible that easy. I think, this can be closed.
  2. I gave it a try but there is the is the same problem as I would set the image via Reflection directly. The image is resized to 16x16 (or similar) and do not fill the entire background:
  3. Hey, I'm trying to change the background of GUIs through the BackgroundDrawnEvent which works well with "normal" GUIs (like the Options screen, Add server, or similiar). But in GUI Lists (like the Select server view) the background gets overwritten or something. The event is called, but the background doesn't change (It's the default background) Is there an alternate way to change the background for this kind of GUI? Thanks in advance, Summerfeeling
  4. Still not convinced, but fine. ~solved
  5. I don't do. It still contains "Minecraft 1.8.9". But that cannot be the reason since I can change the title in the PreInit Event?
  6. Yeah, I noticed it. But could you explain me why? I don't see any reason
  7. Hey, I am trying to change the window title in my mod when a player connects to a server, but Minecraft freezes when I call the method. I'm using the Display#setTitle method which works well when using it in a FMLPreInitializationEvent EventHandler. I also tried to delay it by 10 seconds, but Minecraft still starts freezing. Is there any other method for that or is it simply not possible to change the window title after the game launched? Thanks in advance, Summerfeeling
×
×
  • Create New...

Important Information

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