diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-11-17 16:11:21 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2024-11-17 16:11:21 +0100 |
| commit | ffebb438f8d1582ee65936399b79dd714454f223 (patch) | |
| tree | 57b884d27026f115410743bfd69da983f442f799 /src/main/kotlin/features/inventory/buttons | |
| parent | 762fb402151809395cf9883354804e49a9b188a8 (diff) | |
| download | Firmament-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.kt | 2 |
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 |
