Added CurseForge mod details
Co-authored-by: felix-fx-top <253056634+felix-fx-top@users.noreply.github.com>
This commit is contained in:
parent
fb67fab3f4
commit
1b5a724f23
@ -21,6 +21,7 @@ const SearchPage = () => {
|
||||
const [isTranslating, setIsTranslating] = useState(false);
|
||||
const [platform, setPlatform] = useState("all");
|
||||
const [lastSubmit, setLastSubmit] = useState(0);
|
||||
const [source, setSource] = useState<"all" | "modrinth" | "curseforge">("all");
|
||||
|
||||
const facets = platform === "java"
|
||||
? '[["project_type:mod"],["categories:fabric","categories:forge","categories:neoforge","categories:quilt"]]'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user