aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/features/world
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-01-27 17:17:26 +0100
committerLinnea Gräf <nea@nea.moe>2024-01-27 17:17:26 +0100
commit9b0e966d66388387cd1eeb9f20cc41824289e9a3 (patch)
treeeaed849a678cdaca6102d6572d04f60622d03dd3 /src/main/kotlin/moe/nea/firmament/features/world
parentbcf568d721e0d59e78caff72d005a190e94147b0 (diff)
downloadfirmament-9b0e966d66388387cd1eeb9f20cc41824289e9a3.tar.gz
firmament-9b0e966d66388387cd1eeb9f20cc41824289e9a3.tar.bz2
firmament-9b0e966d66388387cd1eeb9f20cc41824289e9a3.zip
Add in world texture renderer
[no changelog]
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/features/world')
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt b/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt
index de25a37..f3bea4e 100644
--- a/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt
+++ b/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt
@@ -9,12 +9,14 @@ package moe.nea.firmament.features.world
import kotlin.time.Duration.Companion.hours
import kotlin.time.Duration.Companion.seconds
import net.minecraft.text.Text
+import net.minecraft.util.Identifier
import net.minecraft.util.math.BlockPos
import moe.nea.firmament.events.ProcessChatEvent
import moe.nea.firmament.events.WorldReadyEvent
import moe.nea.firmament.events.WorldRenderLastEvent
import moe.nea.firmament.features.FirmamentFeature
import moe.nea.firmament.gui.config.ManagedConfig
+import moe.nea.firmament.util.MC
import moe.nea.firmament.util.TimeMark
import moe.nea.firmament.util.render.RenderInWorldContext