bettermodel_definition
A BetterModel entity definition — entity entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | bettermodel_definition |
| Type | Entity |
| Color | Orange |
| Icon | material-symbols:view-in-ar |
Fields
| Field | Type | Description |
|---|---|---|
modelId | Var<String> | The BetterModel model ID to use |
named | Var<Boolean> | Whether the entity should display a nametag |
defaultAnimationSettings | DefaultAnimationSettings | Default animation settings for the entity |
focusOffset | Vector | Offset used as focus point for interaction bounds like look_at |
headLight | Var<Int> | Light level of a fake light block above the entity's head (0 disables) |
hitboxes | List<BoneHitbox> | List of custom hitboxes attached to bones |
nameOffset | Double | Y offset for the name display above the entity. Use this to adjust the text display height. |
showDisplayName | Boolean | Whether to show the display name above the entity |
Usage Example
- entry: bettermodel_definition
name: "A BetterModel entity definition"
modelId: ""
named: false
defaultAnimationSettings: ""
focusOffset: ""
headLight: 0
hitboxes: []
nameOffset: 0
showDisplayName: false