added kubejs

This commit is contained in:
2025-02-21 04:18:23 -06:00
parent c8f2676bfc
commit ec7bc660d3
186 changed files with 1774 additions and 0 deletions

16
kubejs/config/common.json Executable file
View File

@@ -0,0 +1,16 @@
{
"hide_server_script_errors": true,
"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": "",
"creative_mode_tab_icon": {},
"creative_mode_tab_name": null,
"remove_slot_limit": false,
"default_max_stack_size": 0
}