aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-10-28 19:21:36 +0800
committershedaniel <daniel@shedaniel.me>2022-10-28 19:29:36 +0800
commit66bd26b6ab2172a834d06e9f70d09a659faa8ebd (patch)
treeb71b97d9ed4d11626fffd944121b3f23c66ece6b /api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java
parent4429f3b5e3afd9c729da9d8e42ea153bed870522 (diff)
downloadRoughlyEnoughItems-66bd26b6ab2172a834d06e9f70d09a659faa8ebd.tar.gz
RoughlyEnoughItems-66bd26b6ab2172a834d06e9f70d09a659faa8ebd.tar.bz2
RoughlyEnoughItems-66bd26b6ab2172a834d06e9f70d09a659faa8ebd.zip
Update to 22w43a
Diffstat (limited to 'api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java')
-rw-r--r--api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java b/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java
index 36456399b..653c659d6 100644
--- a/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java
+++ b/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java
@@ -23,7 +23,6 @@
package me.shedaniel.rei.impl;
-import com.mojang.math.Matrix4f;
import com.mojang.serialization.DataResult;
import me.shedaniel.math.Point;
import me.shedaniel.math.Rectangle;
@@ -51,6 +50,7 @@ import net.minecraft.world.item.TooltipFlag;
import org.apache.commons.lang3.function.TriFunction;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.Nullable;
+import org.joml.Matrix4f;
import java.lang.reflect.Field;
import java.util.Collection;