This commit is contained in:
Dmitry 2022-09-13 08:27:39 +07:00
commit fbab737752
67 changed files with 1190 additions and 0 deletions

8
config/fml.toml Normal file
View file

@ -0,0 +1,8 @@
# Enable forge global version checking
versionCheck = true
# does the splashscreen run
splashscreen = true
defaultConfigPath = "defaultconfigs"
# max threads for parallel loading : -1 uses Runtime#availableProcessors
maxThreads = -1