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");