mirror of
https://github.com/cabaletta/baritone
synced 2025-01-03 13:22:04 +00:00
now that that's fixed, we can tighten the maximum time again
This commit is contained in:
parent
b55a102d37
commit
6db31cbe74
@ -41,7 +41,7 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
|
||||
private static final long TEST_SEED = -928872506371745L;
|
||||
private static final BlockPos STARTING_POSITION = new BlockPos(0, 65, 0);
|
||||
private static final Goal GOAL = new GoalBlock(69, 121, 420);
|
||||
private static final int MAX_TICKS = 4000;
|
||||
private static final int MAX_TICKS = 3500;
|
||||
|
||||
/**
|
||||
* Called right after the {@link GameSettings} object is created in the {@link Minecraft} instance.
|
||||
|
Loading…
Reference in New Issue
Block a user