From 77b13ba98d96cafe3f6bad7778da0965d3e2c6d1 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Thu, 2 Oct 2025 14:59:15 +0200 Subject: [PATCH] update config --- .../inventoryprofiles.json | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index c565851..627e12f 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -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 } -} \ No newline at end of file + } +}