Jump to content

Skarte

Members
  • Posts

    23
  • Joined

  • Last visited

Skarte's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. iam stoping it from rendering the player model now how do i make it render my model @SubscribeEvent public void preRenderPlayer(RenderPlayerEvent.Pre event) { event.setCanceled(true); }
  2. nothing works can you tell me another way to do it
  3. not really anyways make my model a child of biped body and in the event just say ModelCustomArmour model = new ModelCustomArmour(); model.bipedBody.showModel = true;
  4. i never said write my code for me there is a difference between an example and writing my code
  5. iam trying to give the player hair where he can switch it on and off so i have to give the player a custom model but if i can instead somehow change the biped model that would be great or maybe have it like a 3d armor anything that works just how
  6. no you don't just tell me what i need to write in the if statement
  7. oh sorry but what is tickevent#phase and do you accept ?
  8. this is it also GuiMenu is the gui class also if my code didn't work out is it possible to take my code and make it work out and give it to me but i think that would be asking for too much
×
×
  • Create New...

Important Information

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