aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/garden
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-02-25 21:44:13 +1100
committerGitHub <noreply@github.com>2024-02-25 11:44:13 +0100
commit2a8edee6275a4abe3375351455c27d2ee56f9c36 (patch)
treec92a63bcd9e8c2614beef7cbeb83d97247a6d3c0 /src/main/java/at/hannibal2/skyhanni/features/garden
parent190d97aeb18bbb02778b206404d7084c648038dd (diff)
downloadskyhanni-2a8edee6275a4abe3375351455c27d2ee56f9c36.tar.gz
skyhanni-2a8edee6275a4abe3375351455c27d2ee56f9c36.tar.bz2
skyhanni-2a8edee6275a4abe3375351455c27d2ee56f9c36.zip
/gfs tab complete now uses NEU's Repo instead of SkyHanni Repo. #1053
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/garden')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/composter/ComposterOverlay.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/composter/ComposterOverlay.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/composter/ComposterOverlay.kt
index 7c0987883..08e6382c1 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/composter/ComposterOverlay.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/composter/ComposterOverlay.kt
@@ -13,6 +13,7 @@ import at.hannibal2.skyhanni.events.InventoryCloseEvent
import at.hannibal2.skyhanni.events.InventoryFullyOpenedEvent
import at.hannibal2.skyhanni.events.LorenzTickEvent
import at.hannibal2.skyhanni.events.LorenzToolTipEvent
+import at.hannibal2.skyhanni.events.NeuRepositoryReloadEvent
import at.hannibal2.skyhanni.events.RepositoryReloadEvent
import at.hannibal2.skyhanni.events.TabListUpdateEvent
import at.hannibal2.skyhanni.features.bazaar.BazaarApi
@@ -533,7 +534,7 @@ object ComposterOverlay {
}
@SubscribeEvent
- fun onRepoReload(event: io.github.moulberry.notenoughupdates.events.RepositoryReloadEvent) {
+ fun onNeuRepoReload(event: NeuRepositoryReloadEvent) {
updateOrganicMatterFactors()
}