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
(see: https://github.com/SilentChaos512/Silent-Gear/blob/1.18.x/src/main/java/net/silentchaos512/gear/item/gear/GearCrossbowItem.java)
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.
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
(see: https://github.com/SilentChaos512/Silent-Gear/blob/1.18.x/src/main/java/net/silentchaos512/gear/item/gear/GearCrossbowItem.java)
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.