| ... | ... | @@ -60,6 +60,14 @@ The base material of the Furniture. If used on its own, the Furniture will only |
|
|
|
```
|
|
|
|
|
|
|
|
#### 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`
|
|
|
|
```yaml
|
|
|
|
Furniture:
|
| ... | ... | |