tweak starting and ending positions for less water
This commit is contained in:
parent
b056f18444
commit
eb78a1f49b
@ -31,8 +31,8 @@ import net.minecraft.world.WorldType;
|
|||||||
public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
|
public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
|
||||||
public static final boolean ENABLE_AUTO_TEST = true;
|
public static final boolean ENABLE_AUTO_TEST = true;
|
||||||
private static final long TEST_SEED = -928872506371745L;
|
private static final long TEST_SEED = -928872506371745L;
|
||||||
private static final BlockPos STARTING_POSITION = new BlockPos(0, 65, 0);
|
private static final BlockPos STARTING_POSITION = new BlockPos(50, 65, 50);
|
||||||
private static final Goal GOAL = new GoalXZ(100, 0);
|
private static final Goal GOAL = new GoalXZ(100, 100);
|
||||||
private static final int MAX_TICKS = 800;
|
private static final int MAX_TICKS = 800;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user