new file read/load system from interface

This commit is contained in:
Oth3r 2024-08-26 14:46:01 -05:00
commit ba77aa9d40
8 changed files with 355 additions and 384 deletions

View file

@ -9,7 +9,7 @@ public class Sit implements ModInitializer {
@Override
public void onInitialize() {
FileData.loadFiles(true);
FileData.loadFiles();
Events.registerCommon();
}
}