Skip to content

Commit

Permalink
Fix compacting drawers breaking in some situations (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Jun 1, 2023
1 parent f70d8c9 commit 090d6ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog/1.4.1+1.19.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
* Render icons for compacting drawers as if they were attached to the top slot
* Make default item scale slightly smaller
* Add more options for adjusting positioning and size of drawer elements (you will need to redo all of your related changes)
* Fix compacting drawers not voiding items
* Fix compacting drawers not voiding items
* Fix compacting drawers breaking in some situations (#58)
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ protected Snapshot createSnapshot() {
protected void readSnapshot(Snapshot snapshot) {
item = snapshot.item;
amount = snapshot.amount;
updatePending = true;
}

@Override
Expand Down

0 comments on commit 090d6ff

Please sign in to comment.