diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-28 23:00:02 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-28 23:00:02 +0200 |
| commit | fb6ab0c95b805617898123a393347b17d7eb2bb9 (patch) | |
| tree | 06cc18a3532e5f4c968a0cff37dbb46af1d0bc83 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | |
| parent | b8ad16add932307fc2ac4b2c82763938abbe2ddc (diff) | |
| download | SkyHanni-fb6ab0c95b805617898123a393347b17d7eb2bb9.tar.gz SkyHanni-fb6ab0c95b805617898123a393347b17d7eb2bb9.tar.bz2 SkyHanni-fb6ab0c95b805617898123a393347b17d7eb2bb9.zip | |
Removed cultivating requirements from crop milestone display, best crop time display and money per hour display
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java index 66452e7e2..97e90936a 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -155,6 +155,7 @@ public class SkyHanniMod { loadModule(new GardenComposterUpgradesData()); loadModule(new ActionBarStatsData()); loadModule(new GardenCropMilestoneAverage()); + loadModule(GardenCropSpeed.INSTANCE); // APIs loadModule(new BazaarApi()); @@ -251,7 +252,7 @@ public class SkyHanniMod { loadModule(new GardenInventoryNumbers()); loadModule(new GardenVisitorTimer()); loadModule(new GardenNextPlotPrice()); - loadModule(new GardenCropMilestoneDisplay()); + loadModule(GardenCropMilestoneDisplay.INSTANCE); loadModule(GardenCustomKeybinds.INSTANCE); loadModule(new ChickenHeadTimer()); loadModule(new GardenOptimalSpeed()); |
