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;