Posted June 16, 201411 yr In this modding series I will teach you all about Minecraft Forge Modding, starting with the basic setup and advancing to rather complicate things. The only things you have to know are the basics of Java. If you have no idea what classes, switch statements or for loops are, please learn some of the java basics. Just take a look in the internet for a beginner tutorial and you'll get something soon. Please don't miss this step because modding without java knowledge is completely nonsense! Once you have learned the Java basics, you can start your first mod. In my tutorials I'll create a basic mod together with you and explain everything. You can either retype the code, copy it or download it from a GitHub repository to which I added a link under each tutorial. Of course you can also take a look at the tutorials if you are a little bit familiar with modding but want to broaden your horizon.. Please note that the tutorials are still WORK IN PROGRESS. I'll try to add at least one new tutorial per week, so the list of tutorials will increase over time. Ready to start modding? Go to create your first mod! http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
July 4, 201411 yr Thank you for the in-depth explanations of the simple stuff. Your meta-data block tutorial contained the bit of information I needed to figure out why my custom meta-data blocks weren't properly converting between ItemBlock in hand and Block in the world. (New GameRegistry method not in 1.6.4). None of the common tutorials mentioned that sort of thing. Stuff I maintain: https://minecraft.curseforge.com/members/sinhika/projects Repositories: https://github.com/Sinhika?tab=repositories
July 5, 201411 yr Thank you! I love your tutorials! The layout with the images and pieces of code, AMAZING! Please continue to post more tutorials!
January 2, 20169 yr Thanks for Worldgen tutorials for <5 block veins! Really helpful because all tutorials generate world through WorldGenMinable
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.