Tutorial - Creation of a Custom Stuff mod

In this part we're going to create a Custom Stuff mod. It is needed for all further steps.

The first thing you need to do is to create a directory in .minecraft/config/CustomStuff/mods. This directory will contain everything you are going to create, such as recipes, blocks, items or textures. For the purpose of this tutorial create a directory called CSTutorial.
Now run Minecraft, wait until is is fully loaded and close it again. You should now see several files and directories in the directory you've just created. The usage of them will be explained in the course of this tutorial.

Continue with: Creation of a block