From 58eccf5c7bf37c6279e15cd9e107b1fafd6e4509 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:08:47 +0200 Subject: 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. --- src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java') 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(); -- cgit