update config

This commit is contained in:
TDLaouer 2025-10-02 14:59:15 +02:00
parent d1b5d04049
commit 77b13ba98d

View File

@ -1,17 +1,20 @@
{
"ModSettings": {
"first_run": false
"ModSettings": {
"first_run": false
},
"GuiSettings": {
"enable_inventory_settings_button": {
"value": false
},
"GuiSettings": {
"continuous_crafting_saved_value": false
"continuous_crafting_saved_value": false
},
"AutoRefillSettings": {
"tool_damage_threshold": 0,
"allow_alerts_without_tool_protection": {
"value": true
},
"AutoRefillSettings": {
"tool_damage_threshold": 0,
"allow_alerts_without_tool_protection": {
"value": true
},
"visual_durability_notification": {
"value": false
}
"visual_durability_notification": {
"value": false
}
}
}
}