From 38765d6158a341510866a7c6fa4088e11f30b9f4 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 11 Aug 2023 19:54:51 -0400 Subject: [PATCH] Fix keepinventory bug --- config/inventoryprofilesnext/inventoryprofiles.json | 8 ++++++++ 1 file changed, 8 insertions(+) mode change 100644 => 100755 config/inventoryprofilesnext/inventoryprofiles.json diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json old mode 100644 new mode 100755 index 7076167..0b3ce41 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -27,5 +27,13 @@ "show_continuous_crafting_checkbox": { "value": false } + }, + "LockedSlotsSettings": { + "locked_slots_allow_pickup_into_empty": { + "value": true + }, + "locked_slots_empty_hotbar_as_semi_locked": { + "value": false + } } } \ No newline at end of file