aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/world/NavigableWaypoint.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/features/world/NavigableWaypoint.kt')
-rw-r--r--src/main/kotlin/features/world/NavigableWaypoint.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/features/world/NavigableWaypoint.kt b/src/main/kotlin/features/world/NavigableWaypoint.kt
index 28a517f..653fd87 100644
--- a/src/main/kotlin/features/world/NavigableWaypoint.kt
+++ b/src/main/kotlin/features/world/NavigableWaypoint.kt
@@ -1,7 +1,7 @@
package moe.nea.firmament.features.world
import io.github.moulberry.repo.data.NEUItem
-import net.minecraft.util.math.BlockPos
+import net.minecraft.core.BlockPos
import moe.nea.firmament.util.SkyBlockIsland
abstract class NavigableWaypoint {