Campfire Backport

Campfire Backport

185k Downloads

SpongeMixins console error: net.minecraft.entity.projectile.EntityPotion

SilearFlare opened this issue ยท 2 comments

commented

Sorry to be back so soon, but it does look like the latest version of spongemixins is throwing problems with throwing potions.

http://jenkins.usrv.eu:8080/job/Sponge-Mixins/lastBuild/

Error log:
https://pastebin.com/WpaHhd2b

Cheers and thanks for any input on this!

Edit: after several checks, it looks like it happens with builds dating as far back as February, which was weird, and on further inspections disabling another just installed mixin offender mod fixed the issue. Sorry to bother!

commented

Apparently mixins don't like int array arrays.
Not really sure why it worked fine as long as no other mixins targeted EntityPotion, though.
If there aren't any other bugs reported in the next few days, this'll be v1.9.1.

commented

Neat, thanks.