update doc/*/block-properties.md (model-name)
This commit is contained in:
@@ -35,6 +35,16 @@ Block model type from list:
|
||||
- "X" - grass model (two crossed sprites)
|
||||
- "aabb" - model based of block hitbox (complex hitbox will be combined into one). Examples: pipes, bulbs, panels.
|
||||
|
||||
### *model-name*
|
||||
|
||||
In addition to built-in model types, you can use your own, loaded from file.
|
||||
|
||||
The property specifies the model name without `entry_point:models/` nor extension.
|
||||
|
||||
> [!WARNING]
|
||||
> Textures (materials) used in the model must be in the `blocks` atlas and specified in the *atlas-texture* format:
|
||||
> `blocks:texture_name`
|
||||
|
||||
### *draw-group*
|
||||
|
||||
Integer specifying number of block draw group (render order). Used for semi-transparent blocks.
|
||||
|
||||
Reference in New Issue
Block a user