added MEG Type and updated aliases for types authored by Lxlp's avatar Lxlp
......@@ -40,6 +40,12 @@ ExampleFurniture:
#### 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
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
Furniture:
Type: DISPLAY
......
......