Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Aug 28, 2024
1 parent 8144ca0 commit 43cec0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ public boolean isShowTagRecipesEnabled() {
return false;
}

@Override
public boolean isShowCreativeTabNamesEnabled() {
return false;
}

@Override
public int getMaxRecipeGuiHeight() {
return 500;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ public SearchMode getResourceLocationSearchMode() {
return SearchMode.ENABLED;
}

@Override
public SearchMode getCreativeTabSearchMode() {
return SearchMode.DISABLED;
}

@Override
public boolean getSearchAdvancedTooltips() {
return false;
Expand Down

0 comments on commit 43cec0a

Please sign in to comment.