aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/features
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/features
parent6eb8fd4d3c5f7e327a6b5691edfc5ac22888c1a4 (diff)
downloadfirmament-ef79d334ab88480e865f4ee5dad8656023577f1c.tar.gz
firmament-ef79d334ab88480e865f4ee5dad8656023577f1c.tar.bz2
firmament-ef79d334ab88480e865f4ee5dad8656023577f1c.zip
Update moulconfig
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/features')
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt4
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt
index f4a8f14..4342945 100644
--- a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt
+++ b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt
@@ -6,8 +6,8 @@
package moe.nea.firmament.features.inventory.buttons
-import io.github.moulberry.moulconfig.common.IItemStack
-import io.github.moulberry.moulconfig.xml.Bind
+import io.github.notenoughupdates.moulconfig.common.IItemStack
+import io.github.notenoughupdates.moulconfig.xml.Bind
import io.github.notenoughupdates.moulconfig.platform.ModernItemStack
import me.shedaniel.math.Point
import me.shedaniel.math.Rectangle
diff --git a/src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt b/src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt
index ddda5a5..89ef264 100644
--- a/src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt
+++ b/src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt
@@ -6,7 +6,7 @@
package moe.nea.firmament.features.mining
-import io.github.moulberry.moulconfig.xml.Bind
+import io.github.notenoughupdates.moulconfig.xml.Bind
import moe.nea.jarvis.api.Point
import kotlinx.serialization.Serializable
import kotlinx.serialization.serializer