cabaletta / cabaletta/baritone
AT_GOAL PathEvent never triggered
- Dominant language
- Java
- Stars
- 9.2k
- Forks
- 2.1k
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 3
Description
## Some information
Operating system: Linux Manjaro 5.12.8-1 x64
Java version: 8u252 x64
Minecraft version: 1.12.2 Forge 2847
Baritone version: 1.2.15 (With API)
[Mods](https://paste.dimdev.org/cifabulohu.rb)
## Expectations and Reality
[`AT_GOAL` from `PathEvent`](https://baritone.leijurv.com/baritone/api/event/events/PathEvent.html#AT_GOAL) is never given despite arriving at the goal, which does against my expectations or is at least named counter intuitively then.
Despite receiving all other Baritone events successfully, trough the set listener, this elusive one which is also the most important one doesn't seem to trigger at all (all the rest trigger so i don't see where would i blame myself on this one)?
## How to reproduce
Register a listener, (in my case done trough LuaJava for AM), `#goto` somewhere easy and reacheable, expected to receive an `AT_GOAL` event, but didn't (did get `CALC_STARTED ` and `CALC_FINISHED_NOW_EXECUTING`)
Can send the AM snippet on demand. essentially calling `registerEventListener` on the primary Baritone instance gotten trough the provider, with my listener that dumbly prints the received events on the primary baritone instance from the provider, it works for all, but just this one missing.
## Modified settings
None, but for the registered Event Listener (consequences ?)
## Final checklist
- [x] I know how to use Github issues in a constructive manner
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.