Posted December 25, 201311 yr Hi, I am COMPLETELY new to Forge modding, I've used bukkit before but Forge is still different. I have no idea what I'm doing. All of the tutorials I've found give code that does not work, for example: "import cpw.mods.fml.common.Mod;". I use that, and it gives me an error, this is of course because that class is not in the "common" package. If anyone knows of a tutorial that WILL work, could you direct me to this?
December 26, 201311 yr The forge wiki has a bunch of tutorials... http://www.minecraftforge.net/wiki/Tutorials Most of them are fairly up to date.
December 26, 201311 yr To find tutorials let me advertise my own pet project: http://www.mazetar.com/mctuts/displayTutorials.php There you can find a bunch of forge tutorials in a searchable list For beginners I would recommend the following: 1. Learn java http://see.stanford.edu/see/lecturelist.aspx?coll=824a47e1-135f-4508-a5aa-866adcae1111 2. Get into modding with forge: www.youtube.com/user/VsweGoesMinecraft/videos?flow=grid&view=50&shelf_id=3 If you guys dont get it.. then well ya.. try harder...
December 26, 201311 yr Copy everything but the imports. Import classes as needed (hit ctrl-O I think it is, to organize imports. It'll automagically import any class it recognizes and will promt when there's more than one possible match). Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.