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