From 9fd1c12d27ba7c1627112407868c8340a252a00e Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 25 Apr 2023 14:04:13 -0400 Subject: [PATCH] tweak menu branding --- config/isxander-main-menu-credits.json | 52 +++++++++----------------- 1 file changed, 18 insertions(+), 34 deletions(-) diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 547877d..c31bfe0 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -1,36 +1,20 @@ { - "main_menu": { - "top_left": [ - - ], - "top_right": [ - - ], - "bottom_left": [ + "main_menu": { + "top_left": [ "Evan's Modpack" - ], - "bottom_right": [ - - ], - "mod_blacklist": [ - - ] - }, - "pause_menu": { - "top_left": [ - - ], - "top_right": [ - - ], - "bottom_left": [ - - ], - "bottom_right": [ - - ], - "mod_blacklist": [ - - ] - } - } \ No newline at end of file + ], + "top_right": [], + "bottom_left": [], + "bottom_right": [], + "mod_blacklist": [] + }, + "pause_menu": { + "top_left": [ + "Evan's Modpack" + ], + "top_right": [], + "bottom_left": [], + "bottom_right": [], + "mod_blacklist": [] + } +} \ No newline at end of file