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

View file

@ -196,6 +196,10 @@ hash = "ab09b6171d1f5f9c15d3ea653be739b53bca6f88db1ec38ae80575143c4c68cd"
file = "config/xaeroworldmap.txt"
hash = "bd5d5723c8800a9cc034098d6efd7c128e5d105442761e423af1cacc254c7aa3"
[[files]]
file = "kubejs/config/client.json"
hash = "bc555a6c3533216f91877174953684f3b12be4885d4f95a73384097092323c93"
[[files]]
file = "kubejs/server_scripts/remove.js"
hash = "ee158037fb402c5f2d57ad46194e96c59457d7c233b91d5a3e9c8c075339aa1f"

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
}

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "39662fa8fb131034682512c2d84a20b31c723ebd93dcc3c6da42bbfb4736e6bc"
hash = "9f0593dbeba2f5b040f2444bbd83d7b86a3dbb767e629e84e99d9eb1874acf48"
[versions]
minecraft = "1.21.1"