diff --git a/plugins/shorthands.js b/plugins/shorthands.js index 693e1907ee..09d4415a33 100644 --- a/plugins/shorthands.js +++ b/plugins/shorthands.js @@ -236,6 +236,8 @@ export const formatCategory = (name) => { return 'BungeeCord' } else if (name === 'liteloader') { return 'LiteLoader' + } else if (name === 'neoforge') { + return 'NeoForge' } else if (name === 'game-mechanics') { return 'Game Mechanics' } else if (name === 'worldgen') {