mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
remove: standard version, just check for fabric normalized beta version number
This commit is contained in:
@@ -145,9 +145,8 @@ export function createLoaderParsers(
|
|||||||
const loaders: string[] = []
|
const loaders: string[] = []
|
||||||
|
|
||||||
// Detect Beta 1.7.3 -> Babric
|
// Detect Beta 1.7.3 -> Babric
|
||||||
const hasBabricVersion = mcDependencies.some(
|
const hasBabricVersion = mcDependencies.some((version: string | undefined) =>
|
||||||
(version: string | undefined) =>
|
version?.includes('1.0.0-beta.7.3'),
|
||||||
version?.includes('b1.7.3') || version?.includes('1.0.0-beta.7.3'),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Detect 1.3-1.13 -> legacy-fabric
|
// Detect 1.3-1.13 -> legacy-fabric
|
||||||
|
|||||||
Reference in New Issue
Block a user