From a7826dec495056e3d5f7c949e7527c6cf528b6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Gidiere?= Date: Fri, 3 Oct 2025 17:29:30 -0600 Subject: [PATCH] add metapacks to default commented ingore list --- common/implementation/base/src/main/resources/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/implementation/base/src/main/resources/config.yml b/common/implementation/base/src/main/resources/config.yml index ae2f6c2a8..95c36755b 100644 --- a/common/implementation/base/src/main/resources/config.yml +++ b/common/implementation/base/src/main/resources/config.yml @@ -19,4 +19,5 @@ script: max-recursion: 1000 ignored-resources: # - "addons" -# - "packs" \ No newline at end of file +# - "packs" +# - "metapacks" \ No newline at end of file