tweak menu branding

This commit is contained in:
Evan Pratten 2023-04-25 14:04:13 -04:00
parent c73c64417c
commit 9fd1c12d27

View File

@ -1,36 +1,20 @@
{ {
"main_menu": { "main_menu": {
"top_left": [ "top_left": [
],
"top_right": [
],
"bottom_left": [
"Evan's Modpack" "Evan's Modpack"
], ],
"bottom_right": [ "top_right": [],
"bottom_left": [],
], "bottom_right": [],
"mod_blacklist": [ "mod_blacklist": []
},
] "pause_menu": {
}, "top_left": [
"pause_menu": { "Evan's Modpack"
"top_left": [ ],
"top_right": [],
], "bottom_left": [],
"top_right": [ "bottom_right": [],
"mod_blacklist": []
], }
"bottom_left": [ }
],
"bottom_right": [
],
"mod_blacklist": [
]
}
}