Mod Menu

Mod Menu

37M Downloads

I want an example config file

Bst69 opened this issue ยท 1 comments

commented

want to see an example config file

commented

An example configuration file is generated at config/modmenu.json in your game directory.

With version 13.0.0 beta 1, this file is generated with the following contents:

{
  "sorting": "ascending",
  "count_libraries": true,
  "compact_list": false,
  "count_children": true,
  "mods_button_style": "classic",
  "game_menu_button_style": "replace",
  "count_hidden_mods": true,
  "mod_count_location": "title_screen",
  "hide_mod_links": false,
  "show_libraries": false,
  "hide_mod_license": false,
  "hide_badges": false,
  "hide_mod_credits": false,
  "easter_eggs": true,
  "random_java_colors": false,
  "translate_names": true,
  "translate_descriptions": true,
  "update_checker": true,
  "button_update_badge": true,
  "update_channel": "release",
  "quick_configure": true,
  "modify_title_screen": true,
  "modify_game_menu": true,
  "hide_config_buttons": false,
  "config_mode": false,
  "disable_drag_and_drop": false,
  "hidden_mods": [],
  "hidden_configs": [],
  "disable_update_checker": []
}