Posted June 13, 201510 yr I havent modded for a while, and I found my Forge is extremely outdated. Now I want to update and re-setup my work place. But firstly, I forgot where to download the offline documentation. Any clues?
June 13, 201510 yr Hi The Forge documentation is in the sourcecode, it's a bit patchy and generally lacks an overview telling the proper way to use the methods, preconditions/assumptions, typical use case examples etc, so you'll often have to inspect the source code implementation to figure it out. There are quite a few other tutorials around which can help fill the gaps, many of them are here: http://www.minecraftforge.net/forum/index.php/board,120.0.html Wuppy29's stuff is really good, for specialist topics dieSieben, coolAlias, and jabelar have also got some really helpful posts & blogs. If you used to do Forge before, the newest things to know about are the ForgeGradle workspace and building (which are massive improvments), Block and Item Models in place of all the old rendering stuff, network packets are totally different (and multithreaded), a lot of changes to Events, and the more-or-less-complete integration of FML into Forge. A lot of the rest is still similar. -TGG
June 13, 201510 yr SO is 1.7.10 maintained now? There are still regular releases, so I guess yes, for now. Upgrade to 1.8 I reckon. It's not that bad if you use other folks' working code as a starting point to show you what you need to know. -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.