mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +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[] = []
|
||||
|
||||
// Detect Beta 1.7.3 -> Babric
|
||||
const hasBabricVersion = mcDependencies.some(
|
||||
(version: string | undefined) =>
|
||||
version?.includes('b1.7.3') || version?.includes('1.0.0-beta.7.3'),
|
||||
const hasBabricVersion = mcDependencies.some((version: string | undefined) =>
|
||||
version?.includes('1.0.0-beta.7.3'),
|
||||
)
|
||||
|
||||
// Detect 1.3-1.13 -> legacy-fabric
|
||||
|
||||
Reference in New Issue
Block a user