aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-09-04 14:13:44 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-09-04 14:15:37 +0100
commit94c1cd6bcfbc7a66286c18bf1d1c3854f49deb64 (patch)
tree3e14943c908d5525d4ddfea1d9629d79f11bdafa /launcher/modplatform
parentcaf925cbad6cbd2f09ec2e55526b072b7958c5d5 (diff)
downloadPrismLauncher-94c1cd6bcfbc7a66286c18bf1d1c3854f49deb64.tar.gz
PrismLauncher-94c1cd6bcfbc7a66286c18bf1d1c3854f49deb64.tar.bz2
PrismLauncher-94c1cd6bcfbc7a66286c18bf1d1c3854f49deb64.zip
CurseForge shader downloading
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r--launcher/modplatform/flame/FlameAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h
index 47350c33..e22d8f0d 100644
--- a/launcher/modplatform/flame/FlameAPI.h
+++ b/launcher/modplatform/flame/FlameAPI.h
@@ -38,6 +38,8 @@ class FlameAPI : public NetworkResourceAPI {
return 6;
case ModPlatform::ResourceType::RESOURCE_PACK:
return 12;
+ case ModPlatform::ResourceType::SHADER_PACK:
+ return 6552;
}
}