Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404-59 2025-06-24 18:26:23 +02:00
parent fcba61b050
commit c0f008c187
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1

View File

@ -56,7 +56,7 @@ object Configuration {
getMethod("getConfigDir").invoke(getMethod("getInstance").invoke(null))
}
} else {
Class.forName("net.neoforged.fml.loading.FMLPaths")
Class.forName("net.minecraftforge.fml.loading.FMLPaths")
.getField("CONFIGDIR")
.get(null)
.let { enum ->