Tutorial - Introduction
Custom Stuff is a mod that lets you add content to Minecraft, modify content or remove it. Modifying and removing
content is only a small part, so the main point of this mod is adding content.
Custom Stuff is based on Javascript which means that every file you are going to create will be a Javascript file. You may think
'So I have to learn Javascript to use this?'. You'll see that most things in Custom Stuff can be done by just knowing a few things
about Javascript.
The content you are going to create is organized in mods where each mod is a directory (or zip file) that contains all your recipes,
blocks, textures, etc. This makes it easy to share your creations.
Continue with: Create your first mod