Init KubeJS
This commit is contained in:
parent
0047b14e94
commit
d7c7f78529
7 changed files with 54 additions and 0 deletions
8
kubejs/config/client.json
Normal file
8
kubejs/config/client.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"window_title": "",
|
||||
"disable_recipe_book": false,
|
||||
"export_atlases": false,
|
||||
"blur_scaled_pack_icon": true,
|
||||
"custom_stack_size_text": true,
|
||||
"shrink_stack_size_text": true
|
||||
}
|
||||
16
kubejs/config/common.json
Normal file
16
kubejs/config/common.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
6
kubejs/config/web_server.json
Normal file
6
kubejs/config/web_server.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"port": 61423,
|
||||
"public_address": "",
|
||||
"auth": "Nygm5jQruGmCyNNPl8YKU-fHA-OSPnhPX_jkNcxEqQK7"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue