reduce idle time

This commit is contained in:
okx-code
2026-02-07 04:16:45 +00:00
parent e805df13ff
commit af94073f5b

View File

@@ -59,7 +59,7 @@ public class BleezeAI {
}
if (ThreadLocalRandom.current().nextInt(750) == 0) {
bleezeData.aiStopTicks = 350;
bleezeData.aiStopTicks = 320;
continue;
}