Skip to content

Commit

Permalink
Fix shapeless icon glitches on small gui scales
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jul 2, 2018
1 parent 928341a commit 91089fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mezz/jei/gui/GuiHelper.java
Expand Up @@ -34,7 +34,7 @@ public GuiHelper(IIngredientRegistry ingredientRegistry) {
tabSelected = createDrawable(Constants.RECIPE_BACKGROUND, 196, 15, 24, 24);
tabUnselected = createDrawable(Constants.RECIPE_BACKGROUND, 220, 15, 24, 22);

shapelessIcon = createDrawable(Constants.RECIPE_BACKGROUND, 196, 0, 16, 15);
shapelessIcon = createDrawable(Constants.RECIPE_BACKGROUND, 196, 128, 16, 15);

arrowPrevious = drawableBuilder(Constants.RECIPE_BACKGROUND, 196, 55, 5, 8)
.addPadding(1, 0, 0, 0)
Expand Down
Binary file modified src/main/resources/assets/jei/textures/gui/recipe_background_2.png
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 91089fb

Please sign in to comment.