modpack/config/isxander-main-menu-credits.json
Sangelo 18f3816a10 Replaced goml with opac & added Credits
- Added Credits
- Removed GOML: Reserved
- Added OPAC & OPAC Create Support
2023-04-15 18:41:58 +02:00

24 lines
No EOL
578 B
JSON

{
"main_menu": {
"top_left": [],
"top_right": [],
"bottom_left": [],
"bottom_right": [
{
"text":"ExploreCraft: Marbled by Sangelo",
"clickEvent": {
"action": "open_url",
"value": "https://github.com/ExploreCraft/modpack"
}
}
],
"mod_blacklist": []
},
"pause_menu": {
"top_left": [],
"top_right": [],
"bottom_left": [],
"bottom_right": [],
"mod_blacklist": []
}
}