Add game version warning for shaders (#5227)
This commit is contained in:
@@ -228,7 +228,11 @@ export function useSearch(
|
||||
query_value: gameVersion.version,
|
||||
method: 'or',
|
||||
})),
|
||||
ordering: projectTypes.value.includes('mod') ? 2 : undefined,
|
||||
ordering: projectTypes.value.includes('mod')
|
||||
? 2
|
||||
: projectTypes.value.includes('shader')
|
||||
? -1
|
||||
: undefined,
|
||||
},
|
||||
{
|
||||
id: 'mod_loader',
|
||||
|
||||
Reference in New Issue
Block a user