Obfuscate icon indicating copy to clipboard operation
Obfuscate copied to clipboard

Dependency Not Working

Open RealLakshyaK2011 opened this issue 3 years ago • 1 comments

public class playerEvents { @SubscribeEvent public void setupPlayerRotations(PlayerModelEvent.SetupAngles.Post event){ if(keyBindingsInit.anyWhere.isDown()) { event.getModelPlayer().leftArm.xRot = 268f; } } } This Code Is not working with me Nothing is working when I Press This Key. Please Help Me. If This is Wrong code Then Tell me The Right Code Please. Please Help Me

RealLakshyaK2011 avatar Jan 30 '22 15:01 RealLakshyaK2011

Is your event even being called?

MrCrayfish avatar Feb 01 '22 02:02 MrCrayfish