Jump to content

LUModder

Members
  • Posts

    7
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Personal Text
    Minecart flipper

LUModder's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I am trying to get armor to work for my mod so it can work on servers, because of the rendering method I'm using at the moment is causing it to be a Client Only mod for the moment. The method I am using now: RenderingRegistry.addNewArmourRendererPrefix("ArmorTexture"); What I want to use: proxy.addArmor("ArmorTexture"); When I want to use this method, armor doesn't render and my console gets flooded with this: 2014-03-10 15:21:07 [iNFO] [sTDERR] java.lang.ArrayIndexOutOfBoundsException: 5 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderBiped.getArmorResource(RenderBiped.java:92) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderPlayer.setArmorModel(RenderPlayer.java:72) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderPlayer.shouldRenderPass(RenderPlayer.java:514) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RendererLivingEntity.doRenderLiving(RendererLivingEntity.java:164) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderPlayer.func_130009_a(RenderPlayer.java:166) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderPlayer.doRender(RenderPlayer.java:556) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.entity.RenderManager.renderEntityWithPosYaw(RenderManager.java:312) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.gui.inventory.GuiInventory.func_110423_a(GuiInventory.java:121) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.gui.inventory.GuiContainerCreative.drawGuiContainerBackgroundLayer(GuiContainerCreative.java:849) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:128) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:43) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.gui.inventory.GuiContainerCreative.drawScreen(GuiContainerCreative.java:683) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1036) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:946) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:838) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.client.main.Main.main(Main.java:93) 2014-03-10 15:21:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-03-10 15:21:07 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2014-03-10 15:21:07 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2014-03-10 15:21:07 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) 2014-03-10 15:21:07 [iNFO] [sTDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Can someone please tell me what I'm doing wrong? Note: I am not new to modding, it's just I'm not good with server side type modding yet. My class files: (The main base class, CommonProxy and ClientProxy): http://pastebin.com/hUJavejE
  2. Not until MCP is updated for 1.7
  3. Easy, don't put it on the desktop or anywhere near that area.
  4. Here's the full crash report, generated straight from MultiMC. http://paste.ubuntu.com/1573235/
  5. RedPower is the main problem. I got rid of it completely for the time being. Until Elo can update it, there's no fix for this at the moment.
  6. Whenever I create a world with any build of Forge 6.6.0.5## it crashes and outputs this: 2013-01-26 09:33:10 [sEVERE] [ForgeModLoader] The following problems were captured during this phase 2013-01-26 09:33:10 [iNFO] [sTDERR] Exception in thread "Server thread" cpw.mods.fml.common.LoaderException 2013-01-26 09:33:10 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117) 2013-01-26 09:33:10 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.serverStopped(Loader.java:761) 2013-01-26 09:33:10 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:464) 2013-01-26 09:33:10 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:559) 2013-01-26 09:33:10 [iNFO] [sTDERR] at fy.run(SourceFile:849) Any help I can get with this? Also, if you need me to post what mods I'm using, I can do that.
×
×
  • Create New...

Important Information

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