aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-09-16 18:20:45 +0200
committerGitHub <noreply@github.com>2023-09-16 18:20:45 +0200
commitbf6dc10f355f95095d8b21154189257980dda4a2 (patch)
treee6a78559d8f666f468165066f21eff6289a2cb04 /launcher/modplatform
parent4cb424470be46926bc7583332e3f94133d1e7583 (diff)
parent94c1cd6bcfbc7a66286c18bf1d1c3854f49deb64 (diff)
downloadPrismLauncher-bf6dc10f355f95095d8b21154189257980dda4a2.tar.gz
PrismLauncher-bf6dc10f355f95095d8b21154189257980dda4a2.tar.bz2
PrismLauncher-bf6dc10f355f95095d8b21154189257980dda4a2.zip
Merge pull request #1605 from TheKodeToad/flame-shaders
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;
}
}