diff options
author | Linnea Gräf <nea@nea.moe> | 2024-02-26 18:03:18 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-02-26 18:03:18 +0100 |
commit | ef79d334ab88480e865f4ee5dad8656023577f1c (patch) | |
tree | c906c610b6a3730e939a17ad7a6c855cee88e8d6 /src/main/kotlin/moe/nea/firmament/features | |
parent | 6eb8fd4d3c5f7e327a6b5691edfc5ac22888c1a4 (diff) | |
download | firmament-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.kt | 4 | ||||
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt | 2 |
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 |