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.

BruhitsPax

Members
  • Joined

  • Last visited

Everything posted by BruhitsPax

  1. I can't seem to get the textures to work in game. Can some please help me? package com.bruhitspax.simplethings.entity.render; import com.bruhitspax.simplethings.entity.EntityStalker; import com.bruhitspax.simplethings.util.Reference; import net.minecraft.client.model.ModelBase; import net.minecraft.client.model.ModelZombie; import net.minecraft.client.renderer.entity.RenderLiving; import net.minecraft.client.renderer.entity.RenderManager; import net.minecraft.util.ResourceLocation; public class RenderStalker extends RenderLiving<EntityStalker> { public static final ResourceLocation TEXTURES = new ResourceLocation(Reference.MOD_ID + ":" + ":textures/entity/stalker.png"); public RenderStalker(RenderManager manager) { super(manager, new ModelZombie(), 1.0F); } @Override protected ResourceLocation getEntityTexture(EntityStalker entity) { return TEXTURES; } @Override protected void applyRotations(EntityStalker entityLiving, float p_77043_2_, float rotationYaw, float partialTicks) { super.applyRotations(entityLiving, p_77043_2_, rotationYaw, partialTicks); } }

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.