Add support for reading mods.toml file from 1.13+ forge mods.
This commit is contained in:
5
src/util/VersionSegmented.ts
Normal file
5
src/util/VersionSegmented.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface VersionSegmented {
|
||||
|
||||
isForVersion(version: string): boolean
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user