Skip to content

piousdeer/EarlyWindowCreation

Repository files navigation

Early Window Creation

After you click "Play" in your launcher, Minecraft does a lot of stuff before creating a window. This Fabric mod moves the window creation part so that it happens way earlier in the game's startup.

LazyDFU is highly recommended to be used alongside.

Mod status

  • Reduces Minecraft 1.19.2's window creation delay from 8 to 2 seconds on my laptop. Should be even better on slower machines and highly modded games.
  • Doesn't read options.txt yet, the game always starts up in windowed mode
  • Iris and Resolution Control+ crash because they incorrectly assume they're initialized when the window is created
    • Iris crashes here, initialization happens here, parsing options.txt via Minecraft's Options should probably fix this...
    • Resolution Control+ crashes here, should probably be fixed by the maintainer. A workaround is commented out in WindowMixin.java
  • Causes an annoying "window is not responding" dialog on GNOME. Drawing something might prevent this?
  • No icon yet, no prebuilt jar, not published to Modrinth or Curseforge

About

Minecraft Fabric mod that makes the game's window show up significantly faster after you launch it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages