Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

lwjgl3ify.core.showJavaVersion

Show java version in the debug hud [default: true]

Type: boolean

Default:

false

lwjgl3ify.core.showLwjglVersion

Show lwjgl version in the debug hud [default: true]

Type: boolean

Default:

true

lwjgl3ify.debug.printKeyEvents

Print keyboard-related events to the log [default: false]

Type: boolean

Default:

false

lwjgl3ify.debug.printMouseEvents

Print mouse-related events to the log [default: false]

Type: boolean

Default:

false

lwjgl3ify.debug.registerOpenGLLogger

Register an OpenGL debug handler that can log OpenGL errors and performance warnings [default: false]

Type: boolean

Default:

false

lwjgl3ify.input.altGrEscapeCodes

Allows AltGr use in Ctrl+key special key combinations (disables text character input handling when AltGr is pressed) [default: false]

Type: boolean

Default:

false

lwjgl3ify.input.ctrlAltText

Allow text character input when Ctrl+Left Alt are pressed (disables special escape code handling for this combination of keys) [default: false]

Type: boolean

Default:

false

lwjgl3ify.input.invertHorizontalScroll

Invert horizontal scrolling direction (respects invertScrollWheel) [default: false]

Type: boolean

Default:

false

lwjgl3ify.input.invertScrollWheel

Invert scrolling direction [default: false]

Type: boolean

Default:

false

lwjgl3ify.input.rawMouseInput

Use raw (unaccelerated) mouse input [default: false]

Type: boolean

Default:

false

lwjgl3ify.input.scrollSpeedMultiplier

Scrolling speed multiplier [range: 0.05 ~ 20.0, default: 1.0]

Type: string

Default:

"1.0"

lwjgl3ify.mixin.stbiIgnoreFastcraft

Force-enable the STB mixins even if FastCraft is present, may lead to a rapidly flashing screen and other visual artifacts [default: false]

Type: boolean

Default:

false

lwjgl3ify.mixin.stbiTextureLoading

Use the faster stb_image-based texture loader [default: true]

Type: boolean

Default:

true

lwjgl3ify.mixin.stbiTextureStitching

Use the much faster stb_rectpack-based texture stitcher [default: true]

Type: boolean

Default:

true

lwjgl3ify.openalcontext.enableHRTF

Enable HRTF sound support [default: false]

Type: boolean

Default:

false

lwjgl3ify.openglcontext.debugContext

Enable KHR_debug in the OpenGL context for advanced debugging capabilities [default: false]

Type: boolean

Default:

false

lwjgl3ify.openglcontext.doubleBuffer

Make the framebuffer double-buffered (will cause visual artifacts if disabled) [default: true]

Type: boolean

Default:

true

lwjgl3ify.openglcontext.noError

Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors [default: false]

Type: boolean

Default:

false

lwjgl3ify.openglcontext.srgb

Make the framebuffer use the sRGB color space [default: false]

Type: boolean

Default:

false

lwjgl3ify.window.borderless

Should exclusive fullscreen mode replaced with borderless fullscreen mode [default: false]

Type: boolean

Default:

false

lwjgl3ify.window.borderlessWindowsCompatibility

Windows-only - should borderless window have height increased by 1 to solve flickering on un-focusing [default: true]

Type: boolean

Default:

true

lwjgl3ify.window.centered

Start centered? [default: true]

Type: boolean

Default:

true

lwjgl3ify.window.cocoaFrameName

OSX-only - identifier used to save and restore the window position and size [default: minecraft]

Type: string

Default:

"minecraft"

lwjgl3ify.window.decorated

Should the window have decorations (titlebar, border, close button) [default: true]

Type: boolean

Default:

true

lwjgl3ify.window.focused

Start focused? [default: true]

Type: boolean

Default:

true

lwjgl3ify.window.iconified

Start iconified? [default: false]

Type: boolean

Default:

false

lwjgl3ify.window.maximized

Start maximized? [default: false]

Type: boolean

Default:

false

lwjgl3ify.window.waylandAppId

Linux-only - change the Wayland app id, which is used by your window manager to identify the running application [default: minecraft]

Type: string

Default:

"minecraft"

lwjgl3ify.window.x11ClassName

Linux-only - change the X11 class name, which is used by your window manager to identify the running application [default: minecraft]

Type: string

Default:

"minecraft"