From bd44f74a12012839dbafd07b2111ee89dd542674 Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 20 Jun 2023 02:52:44 -0400 Subject: [PATCH] Add default settings for InventoryProfilesNext --- .../inventoryprofilesnext/inventoryprofiles.json | 11 +++++++++++ index.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json diff --git a/config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json b/config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json new file mode 100644 index 0000000..9c5c1e2 --- /dev/null +++ b/config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json @@ -0,0 +1,11 @@ +{ + "ModSettings": { + "enable_updates_check": false, + "first_run": true + }, + "LockedSlotsSettings": { + "locked_slots_empty_hotbar_as_semi_locked": { + "value": false + } + } +} diff --git a/index.toml b/index.toml index 564a31f..9d90da5 100644 --- a/index.toml +++ b/index.toml @@ -8,6 +8,10 @@ hash = "b0e11760190870b23a50e68018a3792e6ad3929302bb2917db21268a20f858af" file = "config/yosbr/config/figura.json" hash = "783c458bf3501796a8f07e396a5bb0d623c7f694c82974fefc228eb921bb82f3" +[[files]] +file = "config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json" +hash = "3186f9efb5371f0426bd879cf0bb4301d826e7b7b08f30f677303f0dd1af732f" + [[files]] file = "config/yosbr/config/xaerominimap.txt" hash = "8617ce5864f1a621c27456ad72a5dfb44d826c006afdd772cf32970dc6455a47" diff --git a/pack.toml b/pack.toml index 8153cac..4f5943d 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 = "3401e085fdabf0dabe8026596f21225c5c6ae90edc26386d18787cc8f830fba5" +hash = "bebcafa915301d93ef4e8b8220136bc0237b41c5a344e8ab5ef0e2e17ff31195" [versions] fabric = "0.14.21"