Mowzie's Mobs

Mowzie's Mobs

58M Downloads

Punch II bows can push Barako

BobMowzie opened this issue ยท 2 comments

commented
commented

I think I figured out why Barako's horizontal motion can still be changed. Move this line:

before the super call for tick:

like so:

@Override
public void tick() {
	setMotion(0, getMotion().y, 0);
	super.tick();