Jaden's Nether Expansion

Jaden's Nether Expansion

4M Downloads

Usage of @Redirect in AbstractArrowMixin crashes with mods that mix into AbstractArrow#tick()

Arna577 opened this issue ยท 3 comments

commented

The injector in question should be replaced with an @Inject or MixinExtras' @WrapOperation, as both of those allow stacking of Mixins.

commented

Are there any mods which you know that mix into AbstractArrow#tick so I can test it in my dev env?

commented

The mod i work on, https://www.curseforge.com/minecraft/mc-mods/jcraft-eyes-of-ender, does this for gravity manipulation support.

commented

dunno why it didn't automatically close the issue
but yeah it seems to now work with your mod and others which mix into AbstractArrow#tick()