Crescendo of Bolts & SilentGear Crossbows
SargeRyong opened this issue ยท 3 comments
Crescendo fails to trigger when using silentgear crossbows - I've been trying to investigate why, but I'm not 100% sure.
Silent's crossbows DO extend vanilla CrossbowItem
Is it failing to work because Silent overrides use(...) and calls its own fireProjectiles(...)? I'd like to troubleshoot the issue myself but I have a poor understanding of mixins.
Overriding use would make the mixin fail, yes. Fixing it would require mixing into the extension, and the hooks will likely need to be different.
This is how ars spell crossbow is supported - with a custom mixin
Thanks for the info!
I spent a bit of time today implementing a mixin to support SilentGear crossbows with this enchant. Learned quite a bit about mixins, lol.
Made a PR if you want it: #891