Fix data pack filtering
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -68,6 +68,8 @@ class FlameAPI : public NetworkResourceAPI {
|
||||
return 5;
|
||||
case ModPlatform::NeoForge:
|
||||
return 6;
|
||||
case ModPlatform::DataPack:
|
||||
break; // not supported
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user