Increase max ticks accordingly

See last commit
This commit is contained in:
Brady 2018-09-25 23:17:15 -05:00
parent d9596fcac9
commit 36651553fe
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -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(50, 65, 50);
private static final Goal GOAL = new GoalBlock(69, 121, 420);
private static final int MAX_TICKS = 3200;
private static final int MAX_TICKS = 3300;
/**
* Called right after the {@link GameSettings} object is created in the {@link Minecraft} instance.