From 6009d8ec97e03e4dd82b4c0537abe740b2174646 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 20 Jun 2023 17:50:39 -0400 Subject: [PATCH] Change default settings for IPN --- .../inventoryprofilesnext/inventoryprofiles.json | 16 ++++++++++++++++ index.toml | 2 +- pack.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json b/config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json index 9c5c1e2..09d3d69 100644 --- a/config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json @@ -3,9 +3,25 @@ "enable_updates_check": false, "first_run": true }, + "GuiSettings": { + "continuous_crafting_saved_value": false + }, "LockedSlotsSettings": { "locked_slots_empty_hotbar_as_semi_locked": { "value": false } + }, + "AutoRefillSettings": { + "audio_durability_notification": { + "value": false + }, + "number_of_notifications": 5, + "audio_replace_success_notification": { + "value": false + }, + "audio_replace_failed_notification": { + "value": false + }, + "type_visual_replace_failed_notification": "HOTBAR" } } diff --git a/index.toml b/index.toml index 1b49e34..5652e78 100644 --- a/index.toml +++ b/index.toml @@ -14,7 +14,7 @@ hash = "783c458bf3501796a8f07e396a5bb0d623c7f694c82974fefc228eb921bb82f3" [[files]] file = "config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json" -hash = "3186f9efb5371f0426bd879cf0bb4301d826e7b7b08f30f677303f0dd1af732f" +hash = "000b31b1c42d90dbc3cd9964df47b9093e698ac08c002771c924b340529e6a18" [[files]] file = "config/yosbr/config/xaerominimap.txt" diff --git a/pack.toml b/pack.toml index 9faaecc..2ba341f 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "80150cd909f68b8e075a421c9b0194674b6da9985150081bd948b68228ee99ec" +hash = "84b86a6fc65d7f3fb6ad7da60bc8e50647b3b604f205480679bf1bc269c48eab" [versions] fabric = "0.14.21"