aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/compat/SodiumChunkReloader.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/compat/SodiumChunkReloader.kt')
-rw-r--r--src/main/kotlin/moe/nea/firmament/compat/SodiumChunkReloader.kt12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/compat/SodiumChunkReloader.kt b/src/main/kotlin/moe/nea/firmament/compat/SodiumChunkReloader.kt
deleted file mode 100644
index 4bb231a..0000000
--- a/src/main/kotlin/moe/nea/firmament/compat/SodiumChunkReloader.kt
+++ /dev/null
@@ -1,12 +0,0 @@
-package moe.nea.firmament.compat
-
-import me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer
-import moe.nea.firmament.mixins.accessor.sodium.AccessorSodiumWorldRenderer
-
-class SodiumChunkReloader : Runnable {
- override fun run() {
- (SodiumWorldRenderer.instanceNullable() as AccessorSodiumWorldRenderer)
- .renderSectionManager_firmament
- .updateChunks(false)
- }
-}