Monday, March 2, 2015

Minecraft Tutorials: A Table of Contents

It occurs to me that if I'm going to use a blog to host a series of tutorials, it's going to be in the wrong freaking order for anyone coming to it new! For that, and other reasons, here is a table of contents for all the tutorials in this series, including those not yet written.  I will be updating this post as I go with links and new entries.

The Basic Mod File - Covers getting forge to load your mod.
A Basic Block - Covers creating a plain ol' single texture block.
A Basic Item - Covers creating an item that does nothing.
A Basic Tool - Covers creating new pickaxes, swords, etc.
Crafting And Smelting Recipes - Covers registering new crafting and smelting recipes.
Adding To World Generation - Covers adding ore blocks to world gen.
The Ore Dictionary - Cover utilizing forge's ore dictionary.
A Multi-textured Block - Covers creating a block with different textures on each side.
A Basic GUI - Covers adding a custom GUI that does nothing.
A Basic Inventory - Introduces the TileEntity and Inventory classes, expands on the GUI tutorial.
A Custom Machine - Expands on the Inventory tutorial to create a TileEntity that does something with it's inventory.
A Custom Recipe Base - Covers creating a brand new recipe base for a new machine.
An Outside API - Covers incorporating an API into your mod, specifically using RedstoneFlux to power a machine!


No comments:

Post a Comment