feat: handling mrpack with no loaders (#5363)
* handle modpack upload with no loaders * restrict loaders for modpack * actually, dont allow modpack loaders to be editable * revert loader picker changes
This commit is contained in:
@@ -421,10 +421,6 @@ export function createManageVersionContext(
|
||||
inferred.loaders = ['datapack']
|
||||
}
|
||||
|
||||
if (noLoaders && projectType.value === 'modpack') {
|
||||
inferred.loaders = ['minecraft']
|
||||
}
|
||||
|
||||
inferredVersionData.value = inferred
|
||||
|
||||
return inferred
|
||||
|
||||
Reference in New Issue
Block a user