Updated Custom Block Definitions (markdown)

mikeprimm 2013-11-28 07:29:15 -08:00
parent ccf7aadef0
commit 3e8e82cdf9
1 changed files with 6 additions and 0 deletions

@ -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]]