Add frontend support for Geyser Extension plugin loader (#4735)

This commit is contained in:
Prospector
2025-11-07 11:55:16 -08:00
committed by GitHub
parent 8182b795de
commit a694aeed32
2 changed files with 6 additions and 2 deletions

View File

@@ -191,6 +191,8 @@ export const formatCategory = (name) => {
return 'Resource Pack'
} else if (name === 'vanilla') {
return 'Vanilla Shader'
} else if (name === 'geyser') {
return 'Geyser Extension'
}
return capitalizeString(name)
}