Drill doesn't trigger some forge events
DBotThePony opened this issue ยท 9 comments
E.g. breaking a block will not trigger related events (or drill triggers them partially).
Drill usage doesn't gets tracked by Statistics Screen
Drill can not be used with VeinMiner
Idk but you should test drill with VeinMiner https://github.com/portablejim/VeinMiner
Minecraft statistics use same event as VeinMiner, so breaking a block won't count in statistics.
I've seen this happening before with my own code. Weirdly enough, ForgeHooks.onBlockBreakEvent (which is used by AA) does not trigger the BlockEvent.BreakEvent, though it should, because internally it actually does call the BlockEvent.BreakEvent.
Well unless you can tell me exactly which events you want fired, its staying as is.
Idk what events exactly are, but drills are still not tracked by statistics (when Tinker's tools does) and im still unable to use Drills with VeinMiner (im able to use VeinMiner with Tinker's tools too)
If you want the Drill to work with VeinMiner, then report an issue on their repository. This isn't the right place for it.
Also, as for the statistics: It's probably something obscurely hidden in the vanilla code, @Shadows-of-Fire. You're probably gonna have to backtrack from the statistics menu to see which call exactly causes the statistics to be updated. I honestly doubt it's as simple as just firing an event for stuff like that.