Skip to content

Commit

Permalink
Update icon (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalTeeez authored Mar 21, 2024
1 parent 1b34b24 commit 25eaa49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/codechicken/nei/recipe/GuiRecipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ public void initGui() {
nextpage = new GuiNEIButton(2, leftButtonX, guiTop + 17, buttonWidth, buttonHeight, "<");
prevpage = new GuiNEIButton(3, rightButtonX, guiTop + 17, buttonWidth, buttonHeight, ">");

toggleSearch.icon = new DrawableBuilder("nei:textures/nei_sprites.png", 0, 38, 8, 8).setTextureSize(128, 128)
.build();
toggleSearch.icon = new DrawableBuilder("nei:textures/nei_sprites.png", 0, 76, 10, 10).build();

buttonList.addAll(Arrays.asList(nexttype, prevtype, nextpage, prevpage));

Expand Down
Binary file modified src/main/resources/assets/nei/textures/nei_sprites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25eaa49

Please sign in to comment.