Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Krimbo

Members
  • Joined

  • Last visited

Everything posted by Krimbo

  1. Is there a way to get a ModelBiped of an EntityPlayer?
  2. oi, estou fazendo um mod que pega um .obj da pasta do servidor e renderiza na pele do jogador, mas eu tenho um pequeno problema com a inclinação de rotação da cabeça, a rotação de guinada está indo bem, mas quando eu giro o campo, a pele fica longe do jogador. este é o meu método para renderizar a pele: if(ModelManager.hasHead(model)){ GL11.glPushMatrix(); GL11.glTranslatef(0, -1.7F, 0.0F); GL11.glRotatef(180, 0.0F, 1.0F ,0.0F); GL11.glRotatef(-(entityPlayer.rotationYawHead), 0.0F, 1.0F ,0.0F); GL11.glRotatef(-(entityPlayer.rotationPitch), 1.0F, 0.0F, 0.0F); if(entityPlayer.isSneaking()){ GL11.glTranslatef(0.0F, 0F, 0.2F); } Minecraft.getMinecraft().getTextureManager().bindTexture(customTexture); customModelHead.renderAll(); GL11.glPopMatrix(); } e isso é o que acontece quando eu giro a inclinação: como faço para colocar o capacete no jogador?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.