KubeJS (Old)

KubeJS (Old)

3M Downloads

common.json parameter meanings

MultiMote opened this issue ยท 0 comments

commented

Describe the feature

Hello! I have found kubejs/config/common.json with contents:

{
  "hide_server_script_errors": false,
  "server_only": false,
  "announce_reload": true,
  "packmode": "",
  "save_dev_properties_in_config": false,
  "allow_async_streams": true,
  "match_json_recipes": true,
  "ignore_custom_unique_recipe_ids": false,
  "startup_error_gui": true,
  "startup_error_report_url": "",
  "remove_slot_limit": false,
  "default_max_stack_size": 0,
  "creative_mode_tab_icon": {},
  "creative_mode_tab_name": null
}

Where I can read what each of these parameters does?

Additional info

No response