renamed default config dir
This commit is contained in:
parent
5cc430de6f
commit
5e2961c91d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ public class SessionConfig extends PathConfig {
|
||||||
public final File levelFolder;
|
public final File levelFolder;
|
||||||
|
|
||||||
public SessionConfig(String modID, String group, LevelStorageSource.LevelStorageAccess session, ServerLevel world) {
|
public SessionConfig(String modID, String group, LevelStorageSource.LevelStorageAccess session, ServerLevel world) {
|
||||||
super(modID, group, new File(getWorldFolder(session, world), BCLib.MOD_ID));
|
super(modID, group, new File(getWorldFolder(session, world), BCLib.MOD_ID+"-config"));
|
||||||
|
|
||||||
this.levelFolder = new File(getWorldFolder(session, world), BCLib.MOD_ID);
|
this.levelFolder = new File(getWorldFolder(session, world), BCLib.MOD_ID+"-config");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue