From b8ff120faff344de82e6b4b956de968a01a92433 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:06:44 +0200 Subject: Added command /shcropspeedmeter - Helps calculate the real farming fortune with the formula crops broken per block --- 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 20359056d..3392e83c7 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java @@ -247,6 +247,7 @@ public class SkyHanniMod { loadModule(new ComposterInventoryNumbers()); loadModule(new FarmingFortuneDisplay()); loadModule(new ToolTooltipTweaks()); + loadModule(new CropSpeedMeter()); Commands.INSTANCE.init(); -- cgit