diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-09-16 18:20:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-16 18:20:45 +0200 |
| commit | bf6dc10f355f95095d8b21154189257980dda4a2 (patch) | |
| tree | e6a78559d8f666f468165066f21eff6289a2cb04 /launcher/modplatform | |
| parent | 4cb424470be46926bc7583332e3f94133d1e7583 (diff) | |
| parent | 94c1cd6bcfbc7a66286c18bf1d1c3854f49deb64 (diff) | |
| download | PrismLauncher-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.h | 2 |
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; } } |
