From af4ef622a38a581345ac32d062b973f85a480b42 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:02:54 +1000 Subject: [PATCH] Fix Built Pack Main Menu (#766) [SKIP] --- tools/config.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/config.json diff --git a/tools/config.json b/tools/config.json deleted file mode 100644 index 6012833..0000000 --- a/tools/config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "copyFromSharedServerGlobs": ["overrides/**/*", "!overrides/resources/**/*"], - "copyFromSharedClientGlobs": [ - "overrides/**/*", - "!overrides/resources/minecraft/textures/gui/title/background/*" - ], - "nightlyHookAvatar": "https://github.com/Nomifactory.png", - "nightlyHookName": "Nightly Builds" -}