Forge Toml Scanner
open class ForgeTomlScanner(tomlParser: TomlParser) : Scanner<Pair<Collection<File>, Collection<Pair<String, String>>>, Collection<File>>
mods.toml
-based scanning of Forge-Minecraft mods for Minecraft 1.16.5 and newer.
Parameters
toml Parser
To parse .toml-files.
Inheritors
Functions
Link copied to clipboard
open override fun scan(jarFiles: Collection<File>): Pair<Collection<File>, Collection<Pair<String, String>>>
Scan the mods.toml
-files in mod JAR-files of a given directory for their sideness.