Fix data pack filtering

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-03-25 19:23:35 +00:00
parent 46c348a7b4
commit 82978ee34d
5 changed files with 22 additions and 10 deletions

View File

@@ -68,6 +68,8 @@ class FlameAPI : public NetworkResourceAPI {
return 5;
case ModPlatform::NeoForge:
return 6;
case ModPlatform::DataPack:
break; // not supported
}
return 0;
}