aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 00:51:30 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-11 00:51:30 +0200
commit65d8a310f7880d1acfe799dbc0c90cc9cef08610 (patch)
treedcd46d7470e9cf730a9300ade19bf04976274728 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
parent495f8ede53fd8a65b3c28d32282b0264e349a10c (diff)
downloadSkyHanni-65d8a310f7880d1acfe799dbc0c90cc9cef08610.tar.gz
SkyHanni-65d8a310f7880d1acfe799dbc0c90cc9cef08610.tar.bz2
SkyHanni-65d8a310f7880d1acfe799dbc0c90cc9cef08610.zip
Added Composter Inventory Numbers - Show the amount of Organic Matter, Fuel and Composts Available while inside the composter inventory.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
index 61f4315d2..e5169ab86 100644
--- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
+++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
@@ -25,6 +25,7 @@ import at.hannibal2.skyhanni.features.event.diana.GriffinBurrowParticleFinder;
import at.hannibal2.skyhanni.features.event.diana.SoopyGuessBurrow;
import at.hannibal2.skyhanni.features.fishing.*;
import at.hannibal2.skyhanni.features.garden.*;
+import at.hannibal2.skyhanni.features.garden.composter.ComposterInventoryNumbers;
import at.hannibal2.skyhanni.features.inventory.*;
import at.hannibal2.skyhanni.features.itemabilities.FireVeilWandParticles;
import at.hannibal2.skyhanni.features.itemabilities.abilitycooldown.ItemAbilityCooldown;
@@ -242,6 +243,7 @@ public class SkyHanniMod {
loadModule(new MinionCollectLogic());
loadModule(new PasteIntoSigns());
loadModule(new EstimatedItemValue());
+ loadModule(new ComposterInventoryNumbers());
Commands.INSTANCE.init();