We need event priorities.

This commit is contained in:
Brady
2023-06-28 00:58:51 -05:00
parent 7861860187
commit 7a61ab8137

View File

@@ -107,8 +107,8 @@ public class Baritone implements IBaritone {
{
this.lookBehavior = this.registerBehavior(LookBehavior::new);
this.pathingBehavior = this.registerBehavior(PathingBehavior::new);
this.elytraBehavior = this.registerBehavior(ElytraBehavior::new);
this.pathingBehavior = this.registerBehavior(PathingBehavior::new);
this.inventoryBehavior = this.registerBehavior(InventoryBehavior::new);
this.inputOverrideHandler = this.registerBehavior(InputOverrideHandler::new);
this.registerBehavior(WaypointBehavior::new);