Skip to content

Commit

Permalink
fix: slightly-too-high info button
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Oct 31, 2024
1 parent 06720e3 commit 4e51447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class BiomeProperty extends RecipeProperty<BiomeProperty.BiomePropertyList> {

public static final String KEY = "biome";
private static final Position POSITION = new Position(80, 43);
private static final Position POSITION = new Position(80, 45);
private static final Size SIZE = new Size(16, 16);
private static final TextureArea ICON = TextureArea.fullImage("textures/gui/widget/information.png");

Expand Down

0 comments on commit 4e51447

Please sign in to comment.