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