Move extra loaders and change RP Resolutions to use OR (#1398)

* Put extra loaders at bottom of the list

* Added hidden loaders to a tag

* Made RP Resolutions use OR

* fixed lint
This commit is contained in:
Jakob
2024-06-11 22:45:48 -04:00
committed by GitHub
parent 547135f7d2
commit 5b2d36e976
2 changed files with 49 additions and 20 deletions

View File

@@ -55,6 +55,7 @@ export const useTags = () =>
],
dataPackLoaders: ['datapack'],
modLoaders: ['forge', 'fabric', 'quilt', 'liteloader', 'modloader', 'rift', 'neoforge'],
hiddenModLoaders: ['liteloader', 'modloader', 'rift'],
},
projectViewModes: ['list', 'grid', 'gallery'],
approvedStatuses: ['approved', 'archived', 'unlisted', 'private'],