aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-29 20:55:13 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-29 20:55:13 +0200
commit8f57726ec406f8f8056ef54f11051a2bfbd1a69e (patch)
treeccb6026348191b957a6a78db33595793076c96a0 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
parentc48769e6f0962b545de3e02890d3079ed2af9508 (diff)
downloadskyhanni-8f57726ec406f8f8056ef54f11051a2bfbd1a69e.tar.gz
skyhanni-8f57726ec406f8f8056ef54f11051a2bfbd1a69e.tar.bz2
skyhanni-8f57726ec406f8f8056ef54f11051a2bfbd1a69e.zip
Added Composter Compact Display - Displays the compost data from the tab list in a compact form as gui element
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
index 1d5281b60..a242ccbc8 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
@@ -234,6 +234,7 @@ public class SkyHanniMod {
loadModule(new GardenVisitorColorNames());
loadModule(new GardenTeleportPadCompactName());
loadModule(new AnitaMedalProfit());
+ loadModule(new ComposterDisplay());
Commands.INSTANCE.init();