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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user