From d0944505c2cba40ad4e4ef437574570099723c0d Mon Sep 17 00:00:00 2001 From: Creeam <102713261+HaHaWTH@users.noreply.github.com> Date: Sat, 19 Apr 2025 22:19:26 +0800 Subject: [PATCH] Adjust throttle hopper default value Vanilla throttles this for 8 ticks, leave it here as the default value --- .../dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java b/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java index 62083380..236ea3a9 100644 --- a/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java +++ b/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java @@ -10,7 +10,7 @@ public class ThrottleHopperWhenFull extends ConfigModules { } public static boolean enabled = false; - public static int skipTicks = 0; + public static int skipTicks = 8; @Override public void onLoaded() {