diff --git a/src/dumper/constants.cs b/src/dumper/constants.cs index 31e35b6..0ce8cdf 100644 --- a/src/dumper/constants.cs +++ b/src/dumper/constants.cs @@ -8,5 +8,5 @@ public static class Constants public static readonly string[] BlacklistedCustomizationItems = ["NK_Torso01_Crew01Kraken"]; - public static readonly string[] BlacklistedDLCNames = ["development"]; + public static readonly string[] BlacklistedDLCNames = ["development", "steamOnly", "0", "boreal"]; } \ No newline at end of file