canc
This commit is contained in:
parent
0302c6f14b
commit
2675852dbe
@ -42,7 +42,6 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
|
|||||||
private static final Goal GOAL = new GoalBlock(69, 121, 420);
|
private static final Goal GOAL = new GoalBlock(69, 121, 420);
|
||||||
private static final int MAX_TICKS = 3500;
|
private static final int MAX_TICKS = 3500;
|
||||||
private static final Baritone baritone = Baritone.INSTANCE;
|
private static final Baritone baritone = Baritone.INSTANCE;
|
||||||
private static final IPlayerContext ctx = baritone.getPlayerContext();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called right after the {@link GameSettings} object is created in the {@link Minecraft} instance.
|
* Called right after the {@link GameSettings} object is created in the {@link Minecraft} instance.
|
||||||
@ -72,7 +71,7 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onTick(TickEvent event) {
|
public void onTick(TickEvent event) {
|
||||||
|
IPlayerContext ctx = baritone.getPlayerContext();
|
||||||
// If we're on the main menu then create the test world and launch the integrated server
|
// If we're on the main menu then create the test world and launch the integrated server
|
||||||
if (mc.currentScreen instanceof GuiMainMenu) {
|
if (mc.currentScreen instanceof GuiMainMenu) {
|
||||||
System.out.println("Beginning Baritone automatic test routine");
|
System.out.println("Beginning Baritone automatic test routine");
|
||||||
|
Loading…
Reference in New Issue
Block a user