RuntimeException error
theneket opened this issue ยท 0 comments
What do you need help with?
I'm getting a RuntimeException error when trying to run the example API code in my custom client. I'm using Minecraft Coder Pack 9.40 (1.12.2). The error is Caused by: java.lang.RuntimeException: Accessed Blocks before Bootstrap!
Here is the code below (taken from example):
BaritoneAPI.getSettings().allowSprint.value = true;
BaritoneAPI.getSettings().primaryTimeoutMS.value = 2000L;
BaritoneAPI.getProvider().getPrimaryBaritone().getCustomGoalProcess().setGoalAndPath(new GoalXZ(10000, 20000));
Final checklist
- I know how to properly use check boxes
- I have not used any OwO's or UwU's in this issue.