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