suggestInclusions

expect fun suggestInclusions(modpackDir: String): <Error class: unknown class><InclusionSpecification>
actual open override fun suggestInclusions(modpackDir: String): <Error class: unknown class><InclusionSpecification>

Creates a list of suggested directories to include in server pack which is later on written to a new configuration file. The list of directories to include in the server pack which is generated by this method excludes well know directories which would not be needed by a server pack. If you have suggestions to this list, open a feature request issue on GitHub

Return

Directories inside the modpack, excluding well known client-side only directories.

Author

Griefed

Parameters

modpackDir

The directory for which to gather a list of directories to copy to the server pack.