Skip to content

Commit

Permalink
Fix incompatibility with Lightweight / Nemo's Inventory Sorting mods
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 29, 2025
1 parent 81af46d commit bc47593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public GenericContainerScreenMixin(WurstClient wurst,
}

@Override
protected void init()
public void init()
{
super.init();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private ShulkerBoxScreenMixin(WurstClient wurst,
}

@Override
protected void init()
public void init()
{
super.init();

Expand Down

0 comments on commit bc47593

Please sign in to comment.