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 17, 2023
1 parent 73ea04b commit 49f4503
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 49f4503

Please sign in to comment.