From 14bd30de14be391b2fd7ed84af70510a12044f89 Mon Sep 17 00:00:00 2001 From: Vendo Date: Sun, 10 Mar 2024 18:45:03 +1100 Subject: [PATCH 1/2] Player side sorting for Sophisticated Backpacks --- .../integrationHints/sophisticatedbackpacks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json b/config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json index 04304cc3..d73c49e2 100644 --- a/config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json +++ b/config/inventoryprofilesnext/integrationHints/sophisticatedbackpacks.json @@ -19,6 +19,6 @@ } }, "net.p3pp3rf1y.sophisticatedbackpacks.common.gui.BackpackContainer": { - "ignore": true + "playerSideOnly": true } -} \ No newline at end of file +} From 68408b2dd8c1768b94016f20584bbd120d98e2f9 Mon Sep 17 00:00:00 2001 From: Vendo Date: Sun, 10 Mar 2024 18:46:56 +1100 Subject: [PATCH 2/2] Player side sorting for Sophisticated Storage --- .../integrationHints/sophisticatedstorage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json b/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json index 4919ece9..64d9e8ea 100644 --- a/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json +++ b/config/inventoryprofilesnext/integrationHints/sophisticatedstorage.json @@ -20,6 +20,6 @@ } }, "net.p3pp3rf1y.sophisticatedstorage.common.gui.StorageContainerMenu": { - "ignore": true + "playerSideOnly": true } -} \ No newline at end of file +}