Jump to content

Esdrae

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Esdrae's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm new to modding but have intermediate Java experience. I'm modifying Mr. Crayfish's gun mod and trying to prevent the player from sprinting while they aim down sights. I've tried doing this in a client side tick, a player tick, and a server tick, and it hasn't worked in any of them. I appreciate your time beforehand. It was a really basic script, set up properly, just: if(player.isAiming && player.isSprinting){ player.setSprint(false) }
×
×
  • Create New...

Important Information

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