Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Add formatted name for NeoForge (#1241)
Browse files Browse the repository at this point in the history
(cherry picked from commit 91e1eff)
  • Loading branch information
Prospector committed Jul 22, 2023
1 parent 91bb54b commit cf8457e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/shorthands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit cf8457e

Please sign in to comment.