You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue when trying to open a WindowScreen in Forge 1.20.1 using the Elementa UI library. Every time I attempt to do so, I get the following error:
I’ve tried several versions of Elementa as well as UniversalCraft, but the issue persists.
The WindowScreen should open without any issues, without throwing the NoClassDefFoundError.
Minecraft Version: 1.20.1
Forge Version: 47.4.0
Elementa Version: every version
UniversalCraft Version: every version
Java Version: 17
Note: I am using Java for my mod development, even though the Elementa library is written in Kotlin.
I also searched for Forge versions in Maven, but whenever I used them, I encountered the same error. Additionally, when I tried using fg.deobf, it didn't work either because the Forge versions didn’t have a mods.toml file.
The text was updated successfully, but these errors were encountered:
I am encountering an issue when trying to open a
WindowScreen
in Forge 1.20.1 using the Elementa UI library. Every time I attempt to do so, I get the following error:Caused by: java.lang.NoClassDefFoundError: gg/essential/elementa/WindowScreen Caused by: java.lang.ClassNotFoundException: gg.essential.elementa.WindowScreen
I’ve tried several versions of Elementa as well as UniversalCraft, but the issue persists.
The
WindowScreen
should open without any issues, without throwing theNoClassDefFoundError
.Note: I am using Java for my mod development, even though the Elementa library is written in Kotlin.
I also searched for Forge versions in Maven, but whenever I used them, I encountered the same error. Additionally, when I tried using
fg.deobf
, it didn't work either because the Forge versions didn’t have amods.toml
file.The text was updated successfully, but these errors were encountered: