|
Quilt Loader 1
|
User-configurable options. More...
Public Member Functions | |
| QuiltLoaderConfig (Path from) | |
Public Attributes | |
| final boolean | loadSubFolders |
| If true then mod folders will be searched recursively. | |
| final boolean | restrictGameVersions |
If true (and loadSubFolders is also true) then subfolders that start with a digit will be parsed as a version, and only loaded if they match the game version. | |
| final boolean | alwaysShowModStateWindow |
| If true then the mod state window will always be shown, even if there aren't any warnings. | |
| final boolean | singleThreadedLoading |
| If true then quilt-loader will only use the main thread when scanning, copying, etc. | |
User-configurable options.
Normally loaded from "CURRENT_DIR/config/quilt-loader.txt".
| final boolean org.quiltmc.loader.impl.QuiltLoaderConfig.alwaysShowModStateWindow |
If true then the mod state window will always be shown, even if there aren't any warnings.
If false then the mod state window will only be shown in a development environment when there are warnings.
| final boolean org.quiltmc.loader.impl.QuiltLoaderConfig.loadSubFolders |
If true then mod folders will be searched recursively.
Folders that start with a digit will be ignored.
| final boolean org.quiltmc.loader.impl.QuiltLoaderConfig.singleThreadedLoading |
If true then quilt-loader will only use the main thread when scanning, copying, etc.
Very useful for debugging, since everything happens whenever plugins request it. Doesn't apply to the gui.
Note that all plugin methods are always invoked on the main thread - this only affects actions performed by quilt-loader, or tasks submitted by plugins.