From 8321d3feee6316d01bbb052fcdface5d174bc6e2 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Sun, 5 Jan 2025 02:17:04 +1000 Subject: [PATCH] Imports --- src/main/java/me/cortex/voxy/common/world/WorldSection.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/me/cortex/voxy/common/world/WorldSection.java b/src/main/java/me/cortex/voxy/common/world/WorldSection.java index b17cd3bc..41e52ebf 100644 --- a/src/main/java/me/cortex/voxy/common/world/WorldSection.java +++ b/src/main/java/me/cortex/voxy/common/world/WorldSection.java @@ -1,9 +1,7 @@ package me.cortex.voxy.common.world; -import me.cortex.voxy.client.Voxy; import me.cortex.voxy.commonImpl.VoxyCommon; -import net.minecraft.util.Pair; import java.lang.invoke.MethodHandles; import java.lang.invoke.VarHandle;