Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattymatty97 committed Nov 11, 2021
2 parents 755bc70 + ef8c036 commit 3130e74
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,28 @@ 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*

**PS:** *do not edit unless you know what you're doing*

## Feature List

Expand Down

0 comments on commit 3130e74

Please sign in to comment.