... | @@ -40,6 +40,12 @@ ExampleFurniture: |
... | @@ -40,6 +40,12 @@ ExampleFurniture: |
|
|
|
|
|
#### Type
|
|
#### Type
|
|
The type of the entity that will be used to display the Furniture's `Material`. Defaults to `DISPLAY` on 1.19.4+, or `ITEM_FRAME` on lower versions
|
|
The type of the entity that will be used to display the Furniture's `Material`. Defaults to `DISPLAY` on 1.19.4+, or `ITEM_FRAME` on lower versions
|
|
|
|
Can be:
|
|
|
|
- `ITEM_FRAME`, `ITEMFRAME`, `FRAME`
|
|
|
|
- `ARMOR_STAND`, `ARMORSTAND`, `STAND`
|
|
|
|
- `MODEL_ENGINE`, `ME`, `MEG`, `MODEL`, `MODELENGINE`
|
|
|
|
- The "Model" field will be interpreted as a modelengine's model name
|
|
|
|
|
|
```yaml
|
|
```yaml
|
|
Furniture:
|
|
Furniture:
|
|
Type: DISPLAY
|
|
Type: DISPLAY
|
... | | ... | |