We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26a770 commit 2ea0fdbCopy full SHA for 2ea0fdb
1 file changed
src/main/java/cam72cam/mod/resource/BuiltinPack.java
@@ -147,7 +147,7 @@ public static void loadServerResource(LoadDatapackEvent event) {
147
}
148
149
private static void loadModResource(ModCore.Mod mod, List<IResourcePack> packs) {
150
- String configDir = FMLPaths.CONFIGDIR.toString();
+ String configDir = FMLPaths.CONFIGDIR.get().toString();
151
new File(configDir).mkdirs();
152
153
IResourcePack modPack = BuiltinPack.attach(ModList.get().getModFileById(mod.modID()).getFile().getFilePath().toFile());
0 commit comments