Posted October 14, 20214 yr 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); }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.