DevBobcorn / AcryliCraft

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

Crash when clicking Config in the NeoForge mod list #18

Closed 3gf8jv4dv closed 3 months ago

3gf8jv4dv commented 3 months ago

Log (Deleted)

3gf8jv4dv commented 3 months ago

It looks like the crash is actually caused by YACL (many mods that depend on YACL have the same crash), but YACL has not been very active lately. I keep it open.

DevBobcorn commented 3 months ago

好像是NeoForge的锅,他们把设置界面的构造函数的参数改了

DevBobcorn commented 3 months ago

昨天点Embeddium的设置也会崩

3gf8jv4dv commented 3 months ago

昨天点Embeddium的设置也会崩

Indeed, I just noticed it. I initially thought you were talking about the video settings :/

DevBobcorn commented 3 months ago

So I downgraded to NeoForge 20.0.78-beta, and everything just worked.

DevBobcorn commented 3 months ago

Guess NeoForge hasn't finished their breaking changes just yet, so breaking changes might still be made. I'll update my code when these changes are confirmed.

3gf8jv4dv commented 3 months ago

Guess NeoForge hasn't finished their breaking changes just yet, so breaking changes might still be made. I'll update my code when these changes are confirmed.

But they have marked 21.0.143 as stable.

DevBobcorn commented 3 months ago

I see, I'll update my dependency version and make changes correspondingly.