Yeah I've been gone for about 2 months now, sorry I haven't been so active lately. I started this mod on Christmas eve in 2011 so that I could start learning java. Throughout the months I have had a lot of fun adding new things to minicraft and sharing them in this community. You guys are awesome. :3
(Oh, and yes I'll keep
http://www.minicraftplus.webs.com up because the tutorial is there)
So here it is finally, my source (Bottom of the page). You can take whatever from the mod and implement into your mod, Or start from where I left off(Just call it Minicraft++, or Minicraft+ 2

).
If your not fully aware of what I've added then here is just a few of the many things I/Dilllyg10 added over the year:
*World Generation Options: Themes like Derest, plains, and forests. Types like Mountains, box, and irregular. And map sizes from normal(default 128x128), big(256x256) and huge (512x512).
*Hunger system: If the bar is full you get healed, If it is empty then you start dieing.
*The dungeon: A new layer beneath the nether in which you need to defeat the air wizard first
*Day/night system: Mobs no longer spawn in the daytime, only at night. To prevent them from spawning place down torches.
*New gamemodes: Instead of just normal survival there is also; Creative - Infinite supplys (Can't die), Hardcore (No respawning), and Score(You have 20 minutes to get the best score possible)
*New mobs: From creepers who explode and the Skeletons who shoot arrows, to the dungeon snakes and knights.
And much, much more!
So have fun!
Source:
http://minicraftplus.webs.com/Minicraft+.zipHow to import the source into eclipse:
0.) Download the source and save it somewhere like the desktop
1.) Open eclipse and make a new java project
2.) Click the project to make sure it's selected. Now go to File -> Import.
3.) Select General then Archive Folder.
4.) Click the Browse button and select the .zip file, then hit "Finish"
(You can either do 5a or 5b).
5a.) click the play button after 4, then select (Java Application) then choose Game - com.mojang.ld22
5b.) Expand the java project folder, then expand src, then com.mojang.ld22. Select Game.java and press the play button.
6.) Do whatever! You're done!