KubeJS: Add config file

This commit is contained in:
Mystara 2025-06-17 13:28:02 -05:00
parent 41e4e4e9e1
commit e00530e2e9
3 changed files with 17 additions and 1 deletions

12
kubejs/config/client.json Normal file
View file

@ -0,0 +1,12 @@
{
"window_title": "Rose Family | Neoforge 1.21.1",
"show_tag_names": true,
"show_components": true,
"disable_recipe_book": false,
"disable_component_count_tooltip": true,
"disable_tab_name_tooltip": false,
"export_atlases": false,
"blur_scaled_pack_icon": true,
"custom_stack_size_text": true,
"shrink_stack_size_text": true
}