aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/FeatureManager.kt
diff options
context:
space:
mode:
authorJacob <55346310+Kathund@users.noreply.github.com>2025-07-01 20:04:27 +0800
committerGitHub <noreply@github.com>2025-07-01 14:04:27 +0200
commit383970ba997e8b51a6e117e4df362bfb2cb972a1 (patch)
treef2d4087e7f03b642608e2ecf0c882e3c092ab47e /src/main/kotlin/features/FeatureManager.kt
parentacd7c95b7d1bf62cc4cda09487ea8ec3b6e7266f (diff)
downloadFirmament-383970ba997e8b51a6e117e4df362bfb2cb972a1.tar.gz
Firmament-383970ba997e8b51a6e117e4df362bfb2cb972a1.tar.bz2
Firmament-383970ba997e8b51a6e117e4df362bfb2cb972a1.zip
feat: etherwarp overlay
Diffstat (limited to 'src/main/kotlin/features/FeatureManager.kt')
-rw-r--r--src/main/kotlin/features/FeatureManager.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/features/FeatureManager.kt b/src/main/kotlin/features/FeatureManager.kt
index 447edb8..e0799c4 100644
--- a/src/main/kotlin/features/FeatureManager.kt
+++ b/src/main/kotlin/features/FeatureManager.kt
@@ -28,6 +28,7 @@ import moe.nea.firmament.features.inventory.SlotLocking
import moe.nea.firmament.features.inventory.WardrobeKeybinds
import moe.nea.firmament.features.inventory.buttons.InventoryButtons
import moe.nea.firmament.features.inventory.storageoverlay.StorageOverlay
+import moe.nea.firmament.features.items.EtherwarpOverlay
import moe.nea.firmament.features.mining.PickaxeAbility
import moe.nea.firmament.features.mining.PristineProfitTracker
import moe.nea.firmament.features.misc.CustomCapes
@@ -72,6 +73,7 @@ object FeatureManager : DataHolder<FeatureManager.Config>(serializer(), "feature
loadFeature(Fixes)
loadFeature(CustomCapes)
loadFeature(Hud)
+ loadFeature(EtherwarpOverlay)
loadFeature(WardrobeKeybinds)
loadFeature(DianaWaypoints)
loadFeature(ItemRarityCosmetics)