Skip to content

Commit

Permalink
use combined inventory for type value
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Nov 19, 2023
1 parent 0ea3dce commit 0cad266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public Type getType() {

@Override
public IItemHandler getTypeValue() {
return this.itemInventory;
return this.combinedInventory;
}

@Override
Expand Down

0 comments on commit 0cad266

Please sign in to comment.