Updated Model Definition Files (markdown)

mikeprimm 2013-11-26 15:31:54 -08:00
parent ebdff7b941
commit 1a499c558f

@ -9,6 +9,7 @@ In general, the 'modname:', 'version:', 'cfgfile:', 'var:' and other module conf
## Defining Models
* To define a simple cuboid model - a rectangular prism where one or more of the dimensions is less than the size of a full block - see [[Defining Cuboid Models]].
* To use existing special models - stairs, fences/walls, glass panes/iron fences - see [[Using Custom Block Models]].
* To use existing custom model renderer - stairs, fences/walls, glass panes/iron fences - see [[Using Custom Block Renderers]].
* To define a volumetric model - a shape represented as a 3D grid of smaller cubes - see [[Defining Volumetric Models]].
* To define patch based models - a collection of arbitrary surfaces to have textures applied - see [[Defining Patch Models]].
* To create new custom model renderer classes - see [[Coding Custom Block Renderers]].