aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/inventory/buttons
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-17 16:11:21 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-17 16:11:21 +0100
commitffebb438f8d1582ee65936399b79dd714454f223 (patch)
tree57b884d27026f115410743bfd69da983f442f799 /src/main/kotlin/features/inventory/buttons
parent762fb402151809395cf9883354804e49a9b188a8 (diff)
downloadFirmament-ffebb438f8d1582ee65936399b79dd714454f223.tar.gz
Firmament-ffebb438f8d1582ee65936399b79dd714454f223.tar.bz2
Firmament-ffebb438f8d1582ee65936399b79dd714454f223.zip
fix: Pets missing an item rarity
Diffstat (limited to 'src/main/kotlin/features/inventory/buttons')
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtons.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/features/inventory/buttons/InventoryButtons.kt b/src/main/kotlin/features/inventory/buttons/InventoryButtons.kt
index ca64f80..d5b5417 100644
--- a/src/main/kotlin/features/inventory/buttons/InventoryButtons.kt
+++ b/src/main/kotlin/features/inventory/buttons/InventoryButtons.kt
@@ -14,7 +14,7 @@ import moe.nea.firmament.gui.config.ManagedConfig
import moe.nea.firmament.util.MC
import moe.nea.firmament.util.ScreenUtil
import moe.nea.firmament.util.data.DataHolder
-import moe.nea.firmament.util.getRectangle
+import moe.nea.firmament.util.accessors.getRectangle
object InventoryButtons : FirmamentFeature {
override val identifier: String