Skip to content

Commit

Permalink
The Horse SlotGroup has been corrected (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <[email protected]>
  • Loading branch information
0hwx and Dream-Master authored Jan 13, 2025
1 parent 96d9729 commit e9f8c1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public abstract class ContainerHorseInventoryMixin implements ISortableContainer
@Override
public void buildSortingContext(ISortingContextBuilder builder) {
if (theHorse.isChested()) {
builder.addSlotGroup(2, 3, 3);
builder.addSlotGroup(2, 17, 5);
}
}
}

0 comments on commit e9f8c1e

Please sign in to comment.