aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-02-26 18:03:18 +0100
committerLinnea Gräf <nea@nea.moe>2024-02-26 18:03:18 +0100
commitef79d334ab88480e865f4ee5dad8656023577f1c (patch)
treec906c610b6a3730e939a17ad7a6c855cee88e8d6 /src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt
parent6eb8fd4d3c5f7e327a6b5691edfc5ac22888c1a4 (diff)
downloadFirmament-ef79d334ab88480e865f4ee5dad8656023577f1c.tar.gz
Firmament-ef79d334ab88480e865f4ee5dad8656023577f1c.tar.bz2
Firmament-ef79d334ab88480e865f4ee5dad8656023577f1c.zip
Update moulconfig
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt')
-rw-r--r--src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt b/src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt
index f59d6b1..a1eb23c 100644
--- a/src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt
+++ b/src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt
@@ -9,11 +9,11 @@ package moe.nea.firmament.gui
import com.mojang.blaze3d.systems.RenderSystem
import io.github.cottonmc.cotton.gui.client.ScreenDrawing
import io.github.cottonmc.cotton.gui.widget.data.Texture
-import io.github.moulberry.moulconfig.common.MyResourceLocation
-import io.github.moulberry.moulconfig.common.RenderContext
-import io.github.moulberry.moulconfig.gui.GuiComponent
-import io.github.moulberry.moulconfig.gui.GuiImmediateContext
-import io.github.moulberry.moulconfig.observer.GetSetter
+import io.github.notenoughupdates.moulconfig.common.MyResourceLocation
+import io.github.notenoughupdates.moulconfig.common.RenderContext
+import io.github.notenoughupdates.moulconfig.gui.GuiComponent
+import io.github.notenoughupdates.moulconfig.gui.GuiImmediateContext
+import io.github.notenoughupdates.moulconfig.observer.GetSetter
import io.github.notenoughupdates.moulconfig.platform.ModernRenderContext
import me.shedaniel.math.Color
import net.minecraft.client.gui.DrawContext