1.17+ Support / Java Settings by Instance (#50)
* Initial 1.17 configuration, dep upgrade. * Enable 1.18 for initial tests. * Add lowcodelanguage for 1.18 (#49) * Set classpath flag for 1.17+ generated files. Enable 1.19 (not yet working). * Support 1.19. Co-authored-by: Matt Artist <me@mja00.dev>
This commit is contained in:
@@ -13,7 +13,7 @@ export class ForgeModStructure113 extends BaseForgeModStructure {
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
public static isForVersion(version: MinecraftVersion, libraryVersion: string): boolean {
|
||||
return VersionUtil.isVersionAcceptable(version, [13, 14, 15, 16])
|
||||
return VersionUtil.isVersionAcceptable(version, [13, 14, 15, 16, 17, 18, 19])
|
||||
}
|
||||
|
||||
private forgeModMetadata: {[property: string]: ModsToml | undefined} = {}
|
||||
|
||||
Reference in New Issue
Block a user