Jump to content

how can I remove knockback


vanilla______

Recommended Posts

I already have a base, it's this

public void onEnable() {
		super.onEnable();
	}
	
	public void onDisable() {
		
	}
	
	@SubscribeEvent
	public void KnockbackEvent(LivingKnockBackEvent event) {
		mc.player.knockBack(null, 0, 0, 0);
	}

I'm trying to answer two main questions, is there another way to set the knockback strength to zero, and how can I make KnockbackEvent() run? 

Edited by vanilla______
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.