Obfuscate

Obfuscate

34M Downloads

Dependency Not Working

RealLakshyaK2011 opened this issue ยท 1 comments

commented

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

commented

Is your event even being called?