From 4e5144798747f351eebca45ebc603aec48c4cca4 Mon Sep 17 00:00:00 2001 From: bruberu <80226372+bruberu@users.noreply.github.com> Date: Wed, 30 Oct 2024 21:05:53 -0500 Subject: [PATCH] fix: slightly-too-high info button --- .../supersymmetry/api/recipes/properties/BiomeProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/supersymmetry/api/recipes/properties/BiomeProperty.java b/src/main/java/supersymmetry/api/recipes/properties/BiomeProperty.java index 8455b3968..0b3ce3a0c 100644 --- a/src/main/java/supersymmetry/api/recipes/properties/BiomeProperty.java +++ b/src/main/java/supersymmetry/api/recipes/properties/BiomeProperty.java @@ -18,7 +18,7 @@ public class BiomeProperty extends RecipeProperty { 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");