9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00

Adjust throttle hopper default value

Vanilla throttles this for 8 ticks, leave it here as the default value
This commit is contained in:
Creeam
2025-04-19 22:19:26 +08:00
committed by GitHub
parent 68b642a7f8
commit d0944505c2

View File

@@ -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() {