Fix bb90bad1
on 1.20
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
fcba61b050
commit
c0f008c187
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user