diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 20:08:47 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 20:08:47 +0200 |
commit | 58eccf5c7bf37c6279e15cd9e107b1fafd6e4509 (patch) | |
tree | ef98c7cfcc0ef2032a635393eda2a3c0a39a87be /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | |
parent | 33c7a5c0a13e98af7895aeb7eaf3109a3c841a5f (diff) | |
download | skyhanni-58eccf5c7bf37c6279e15cd9e107b1fafd6e4509.tar.gz skyhanni-58eccf5c7bf37c6279e15cd9e107b1fafd6e4509.tar.bz2 skyhanni-58eccf5c7bf37c6279e15cd9e107b1fafd6e4509.zip |
Added Composter Upgrade Price - Show the price for the composter upgrade in the lore
Added Highlight Upgrade - Highlight Upgrades that can be bought right now.
Added Number Composter Upgrades - Show the number of upgrades in the composter upgrades inventory.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 1 |
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 1fcd4eb68..f8db6d0e6 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -237,6 +237,7 @@ public class SkyHanniMod { loadModule(new GardenTeleportPadCompactName()); loadModule(new AnitaMedalProfit()); loadModule(new ComposterDisplay()); + loadModule(new GardenComposterInventoryFeatures()); Commands.INSTANCE.init(); |