aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-04-03 13:49:22 +0800
committershedaniel <daniel@shedaniel.me>2020-04-03 13:49:22 +0800
commit12d9839573e6a59fa1e2ca466722a3a8f43bb4f9 (patch)
treec718f645d2c145435f2329f2be0365a7f680788e /src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
parent172897ef31c38871d0e0274bcd36db8f71254ba3 (diff)
downloadRoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.tar.gz
RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.tar.bz2
RoughlyEnoughItems-12d9839573e6a59fa1e2ca466722a3a8f43bb4f9.zip
4.1.4: Updates Auto Config & 20w14a
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java b/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
index 756f89868..ffe5f9b19 100644
--- a/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
+++ b/src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
@@ -52,13 +52,13 @@ import net.minecraft.client.resource.language.I18n;
import net.minecraft.client.sound.PositionedSoundInstance;
import net.minecraft.client.util.NarratorManager;
import net.minecraft.client.util.Window;
-import net.minecraft.client.util.math.Matrix4f;
import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.sound.SoundEvents;
import net.minecraft.text.TranslatableText;
import net.minecraft.util.Formatting;
import net.minecraft.util.Identifier;
import net.minecraft.util.math.MathHelper;
+import net.minecraft.util.math.Matrix4f;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.Nullable;