Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/02/18 in all areas

  1. It took me a single google search to find that Computercraft is now opensource on GitHub and has a 1.12.2 alpha build on CurseForge...
    3 points
  2. !!! It actually fixed it! I was able to join three times in a row without any problems. Aahh thank you so much!
    1 point
  3. Seems you have timeouts when logging in. Try this mod: https://minecraft.curseforge.com/projects/randompatches This may not solve the underlying problem but may help with timeouts.
    1 point
  4. Honestly, this is not a problem. If I received a headache from this I would have just gone to sleep, taken some medicine, or just took a break in general. The recursion was caused by RenderPlayer.doRender calling the RenderPlayerEvent.Pre if (net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecraftforge.client.event.RenderPlayerEvent.Pre(entity, this, partialTicks, x, y, z))) return; To fix this just simply override RenderPlayer#doRender and use the same code but exclude that line of code. Mind you this will just render your model with the default vanilla way so you may have to override the whole doRender method.
    1 point
  5. Dont do this. First off modders need to know the basics, and if they cant download a zip, and extract it they shouldn't be modding. Secondly, automated downloads of Forge is discouraged because the main source of revinue for Forge to pay our server costs and the like is the ads on the download page.
    1 point
  6. I can't because I am building on another mod that only has 1.8.9 support
    0 points
×
×
  • Create New...

Important Information

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