DevBobcorn / AcryliCraft

Apply Fluent Design materials to Minecraft window.
https://modrinth.com/mod/acrylicraft
MIT License
24 stars 2 forks source link

1.6.0 NeoForge (both 20.6 & 21.0), transparent background does not work #10

Closed 3gf8jv4dv closed 2 weeks ago

3gf8jv4dv commented 2 weeks ago

After entering the game, only the titlebar of the window is valid, and the game background is black.

Only NeoForge, AcryliCraft and YACL are installed.

Preview

By the way, the same issue exists on NeoForge 20.6.

DevBobcorn commented 2 weeks ago

On Forge or NeoForge, it is necessary to set earlyWindowControl to false inside fml.toml to disable FML window intialization, otherwise the game window cannot be initialized properly.

3gf8jv4dv commented 2 weeks ago

On Forge or NeoForge, it is necessary to set earlyWindowControl to false inside fml.toml to disable FML window intialization, otherwise the game window cannot be initialized properly.

Oops, I forgot about that. I was paying special attention to it when I used it before.

Sorry for the false positive, I will close this.