You've already forked AstralRinth
forked from didirus/AstralRinth
Add frontend support for Geyser Extension plugin loader (#4735)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user