Jump to content

Recommended Posts

Posted

Hi all, I want to start how to learn to mod on the 1.7.2 version of MineCraft. I can find lots of tutorials on how to use Forge and modding with forge in general but most of them are for 1.6.4 or older versions. Are there any good resources on modding with Forge and 1.7.2? And how useful are the 1.6.4 tutorials still? Has a lot changed between 1.6.4 and 1.7.2 with relation to Forge?

 

Thanks for any info you can give me.

Posted

Try looking up ScratchForFun on youtube. He has some great tutorials for 1.7.x (as well as a very cool accent).

Then there is also TheGrovesyProject101, another very good *tutorialer*

We all stuff up sometimes... But I seem to be at the bottom of that pot.

Posted

Thanks for these suggestions. I will most certainly look at them. However as I'm often offline when I have time to read documentation I'm hoping more for documentation I can print out or download so I can read it without internet connection. Is any of that possible?

Posted

Well... Funny you should ask that. There isn't really that much documentation sorry. There is some great Forge documentation, but then again... :/

You'll have to keep searching for good in-depth stuff.

We all stuff up sometimes... But I seem to be at the bottom of that pot.

Posted

Ok thanks. It also seems that there is no real API reference either? How do you get to know what kind of functions or API the forge classes support and what these do?

Posted

Forge isn't really an API per-se. The only real API stuff is the Registries (GameRegistry, NetworkRegistry etc.), and the Event Buses (MinecraftForge.EVENT_BUS, FMLCommonHandler.instance().bus() [i think]). Aside from that...

 

Javadocs mainly, that's what we use. And just guessing by what things are named... But that can lead to interesting results sometimes :P

We all stuff up sometimes... But I seem to be at the bottom of that pot.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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