Posted September 6, 201411 yr can someone please tell me what i'm doing wrong? the eventhandler is working, cause the other events work as intended. any idea? @SubscribeEvent public void playerRenderEvent(RenderPlayerEvent event) { EntityPlayer player = (EntityPlayer)event.entity; if(player.getHeldItem() != null) { if(player.getHeldItem().getItem() instanceof ItemWeaponRanged) { event.renderer.modelArmorChestplate.aimedBow = event.renderer.modelArmor.aimedBow = event.renderer.modelBipedMain.aimedBow = true; } } } http://www.planetminecraft.com/member/sigurd4 I'm making the bioshock mod!
September 6, 201411 yr Author thank you! i had to use the pre sub event. http://www.planetminecraft.com/member/sigurd4 I'm making the bioshock mod!
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.