From 91e1eff763b103bfcdb33ea9f2dbe9cdf417e397 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:45:56 -0700 Subject: [PATCH] Add formatted name for NeoForge (#1241) --- plugins/shorthands.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/shorthands.js b/plugins/shorthands.js index b92e269cc..d8689eeb6 100644 --- a/plugins/shorthands.js +++ b/plugins/shorthands.js @@ -201,6 +201,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') {