diff options
author | Linnea Gräf <nea@nea.moe> | 2024-01-27 17:17:26 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-01-27 17:17:26 +0100 |
commit | 9b0e966d66388387cd1eeb9f20cc41824289e9a3 (patch) | |
tree | eaed849a678cdaca6102d6572d04f60622d03dd3 /src/main/kotlin/moe/nea/firmament/features | |
parent | bcf568d721e0d59e78caff72d005a190e94147b0 (diff) | |
download | firmament-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')
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt | 2 |
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 |