Hi, this code below me works, but it only deals 1 damage. Am I using it wrong?
private void attack(Entity entity) {
mc.player.swingArm(EnumHand.MAIN_HAND);
mc.playerController.attackEntity(mc.player, entity);
}
1 reply
Important Information
By using this site, you agree to our Terms of Use.