Skip to content

Commit

Permalink
fix: Should install neoforged modpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 22, 2024
1 parent 81c0cc4 commit 3e877e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmcl-runtime-api/src/entities/modpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export interface ModrinthModpackManifest {
dependencies: {
minecraft: string
forge?: string
neoforge?: string
'fabric-loader'?: string
'quilt-loader'?: string
}
Expand Down Expand Up @@ -292,6 +293,7 @@ export function getInstanceConfigFromModrinthModpack(manifest: ModrinthModpackMa
runtime: {
minecraft: manifest.dependencies.minecraft,
forge: manifest.dependencies.forge,
neoForged: manifest.dependencies.neoforge,
fabricLoader: manifest.dependencies['fabric-loader'],
quiltLoader: manifest.dependencies['quilt-loader'],
},
Expand Down

0 comments on commit 3e877e1

Please sign in to comment.