From 3a3f0608a3060163c12e993ac06dfa61c719fec3 Mon Sep 17 00:00:00 2001 From: neru Date: Tue, 28 Apr 2026 15:25:29 -0300 Subject: [PATCH] feat: blacklist unused / old dlcs --- src/dumper/constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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