From 3e8e82cdf916494c47cfd8fd9e55554555ecb9ae Mon Sep 17 00:00:00 2001 From: mikeprimm Date: Thu, 28 Nov 2013 07:29:15 -0800 Subject: [PATCH] Updated Custom Block Definitions (markdown) --- Custom-Block-Definitions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Custom-Block-Definitions.md b/Custom-Block-Definitions.md index d8ef444..3f4e31f 100644 --- a/Custom-Block-Definitions.md +++ b/Custom-Block-Definitions.md @@ -10,3 +10,9 @@ Support files for custom blocks defined by add-on mods are provided through the * For features common to both texture and model definitions files, see [[Common Features for Texture and Model Definition Files]] * For details on the format of texture definition files, see [[Texture Definition Files]] * For details on the format of model definition files, see [[Model Definition Files]] + +## Defining Blocks +* To define a simple, solid cube block, see [[Defining a Simple Block]] +* To define a cuboid block, see [[Defining a Cuboid Block]] +* To define a block based on a custom block renderer, see [[Defining a Block using a Custom Block Renderer]] +