Napatack Posted March 14, 2014 Posted March 14, 2014 Hello there people I was just wondering if there was a easy way someone could show me how to do some easy moding??
Moderators Munaus Posted March 16, 2014 Moderators Posted March 16, 2014 The new boston site has some java tutorials. You should start with that before doing anything else. I would also recommend
Moderators Munaus Posted March 28, 2014 Moderators Posted March 28, 2014 There's a code-bundle out there. That's interesting... If I donate a sum I can get java programming tutorial by Infinite Skills. Can anyone here recommend that?
planetguy Posted April 11, 2014 Posted April 11, 2014 The first step is to understand basic Java syntax. If you can't read what I'd recommend using Eclipse for first-timers, since it has nice code-completion and error highlighting, and Forge supports it right out of the box. If you're working with Minecraft 1.7, a decompiler will be immeasurably helpful in unlocking a whole game full of examples. I use JD-Eclipse but it is messy to install on Windows. You can also try JAD's Eclipse plugin. Look at examples. Powercrystals Core and MFR are good, Mekanism is good, my mod Gizmos is OK-ish, CoFH Lib is useful. There are tons of open-source mods out there, try some. Mess around with Minecraft. Check the Forge wiki for the basics of how to create a block from Forge, copy in a vanilla block, and make it your own with some interesting changes. That's how the first parts of Gizmos started out, with the gravity bomb: I combined code from sand and TNT.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now