Update .gitignore and configuration files: Added crash-reports directory to .gitignore, modified Quark configuration files to clarify comments and remove outdated settings, and deleted obsolete mod files to optimize server performance.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"virtual_pack_output": false,
|
||||
"log_registry_types": false,
|
||||
"log_registry_event_objects": false,
|
||||
"log_added_recipes": false,
|
||||
"log_removed_recipes": false,
|
||||
"log_modified_recipes": false,
|
||||
"log_skipped_recipes": false,
|
||||
"log_recipe_debug": false,
|
||||
"log_skipped_tags": false,
|
||||
"log_erroring_recipes": true,
|
||||
"log_erroring_parsed_recipes": false,
|
||||
"log_invalid_recipe_handlers": true,
|
||||
"log_skipped_plugins": true,
|
||||
"log_generated_data": false,
|
||||
"log_event_error_stack_trace": false,
|
||||
"log_changes_in_chat": false,
|
||||
"strict_tags": false,
|
||||
"always_capture_errors": false,
|
||||
"reload_on_file_save": false,
|
||||
"kubedex_sound": "entity.experience_orb.pickup",
|
||||
"open_uri_format": "vscode"
|
||||
}
|
||||
Reference in New Issue
Block a user