added CustomModelData authored by Lxlp's avatar Lxlp
...@@ -60,6 +60,14 @@ The base material of the Furniture. If used on its own, the Furniture will only ...@@ -60,6 +60,14 @@ The base material of the Furniture. If used on its own, the Furniture will only
``` ```
#### Model #### Model
The Model value of the Furniture's `Material`
```yaml
Furniture:
Material: BRICK
Model: path/to/model
```
#### CustomModelData
The CustomModelData value of the Furniture's `Material` The CustomModelData value of the Furniture's `Material`
```yaml ```yaml
Furniture: Furniture:
... ...
......