-
Custom Held Item Model Rotation Problem
I believe that was added in 1.6.2 he's using 1.5
-
Custom Held Item Model Rotation Problem
This line: GL11.glBindTexture(GL11.GL_TEXTURE_2D, FMLClientHandler.instance().getClient().renderEngine.getTexture("/mods/startrek/textures/models/phaserGun.png")); doesn't work anymore in 1.6.2 do you perhaps know how to fix this?
-
Entity texture not loading
your solution: private static final ResourceLocation texture = new ResourceLocation("chimera27metroid","textures/entities/entitypowerbolt.png");
-
Entity texture not loading
I got a similar problem here my custom added entities are invisible and im getting the following error: 2013-07-14 11:29:46 [iNFO] [sTDERR] net.minecraft.util.ReportedException: Registering texture 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:99) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:41) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.Render.func_110776_a(Render.java:50) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.Render.func_110777_b(Render.java:45) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RendererLivingEntity.renderModel(RendererLivingEntity.java:293) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RendererLivingEntity.func_130000_a(RendererLivingEntity.java:154) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderLiving.doRenderLiving(RenderLiving.java:28) 2013-07-14 11:29:46 [iNFO] [sTDERR] at mod.cupcoffee.RenderMug.renderCow(RenderMug.java:26) 2013-07-14 11:29:46 [iNFO] [sTDERR] at mod.cupcoffee.RenderMug.doRender(RenderMug.java:42) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderManager.renderEntityWithPosYaw(RenderManager.java:312) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderManager.renderEntity(RenderManager.java:281) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.RenderGlobal.renderEntities(RenderGlobal.java:524) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1160) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1006) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:934) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:826) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.main.Main.main(Main.java:93) 2013-07-14 11:29:46 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2013-07-14 11:29:46 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2013-07-14 11:29:46 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2013-07-14 11:29:46 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:57) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:18) 2013-07-14 11:29:46 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:59) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:31) 2013-07-14 11:29:46 [iNFO] [sTDERR] at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:84) 2013-07-14 11:29:46 [iNFO] [sTDERR] ... 22 more I thinking of the same problem but not entirely sure. ~Coffee
IPS spam blocked by CleanTalk.