Fix Plugin/Datapack creation and featuring (#836)

This commit is contained in:
Geometrically
2024-01-07 15:08:28 -05:00
committed by GitHub
parent 75e5bec962
commit aee9b6a951
2 changed files with 8 additions and 3 deletions

View File

@@ -90,6 +90,12 @@ pub async fn loader_list(
supported_project_types.push("modpack".to_string());
}
if supported_project_types.contains(&"datapack".to_string())
|| supported_project_types.contains(&"plugin".to_string())
{
supported_project_types.push("mod".to_string());
}
LoaderData {
icon: l.icon,
name: l.name,