From 408f35e7a1edb52fdecc88d7210633dc9eb5fb3a Mon Sep 17 00:00:00 2001 From: mattymatty97 Date: Wed, 10 Nov 2021 17:09:59 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da43455..d30f126 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,25 @@ carpet extension to fix various bugs related to shadow item stacks ## Carpet Settings - **shadowItemPersistence** + prevents shadow item instances from unlinking/duping when saved to disk - - **shadowItemTooltip** + - **shadowItemTooltip** + shows the shadow stack unique identifier when hoovering over a shadow stack with the mouse - **shadowItemFragilityFixes** + various fixes to item related actions that might unlink/dupe/delete the shadow stacks - - **shadowItemPreventCombine** + - **shadowItemPreventCombine** + by default same instances of the same shadow stack wont merge on inventory actions, this option overrides that behavior and prevents merging operations between any shadow stack. + **PS:** *this option only has effect if **shadowItemFragilityFixes** is active* - **shadowItemIdSize** + changes the length of the shadow stacks unique identifiers **PS:** *do not edit unless you know what you're doing* From ef8c036ec595af0f45a982345f20499e36a5d688 Mon Sep 17 00:00:00 2001 From: mattymatty97 Date: Wed, 10 Nov 2021 17:10:47 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d30f126..4e48b14 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ carpet extension to fix various bugs related to shadow item stacks - **shadowItemIdSize** changes the length of the shadow stacks unique identifiers - **PS:** *do not edit unless you know what you're doing* + + **PS:** *do not edit unless you know what you're doing* ## Feature List