[ANGRY PIXEL] The Betweenlands

[ANGRY PIXEL] The Betweenlands

24M Downloads

Blood Snail Poison Jet

Sean-Amor opened this issue ยท 3 comments

commented

Just seeing if you had plans to work on the poison projectile shortly, I tried figuring it out myself, but failed. Thanks! I'd love to see how you get it working.

commented

huh? what?

commented
/*TODO add effect when SNAIL_POISON effect is added
@SideOnly(Side.CLIENT)
public void trailParticles(World world, double x, double y, double z, Random rand) {
    for (int count = 0; count < 5; ++count)
        BLParticle.SNAIL_POSION.spawn(worldObj, x, y, z, 0.0D, 0.0D, 0.0D, 0, 0);
}*/
commented

Uhm, what. That's already implemented