mythicmob_look_at_interaction_bound
An interaction which forces the player to look at the nearest BtcMob of a specific type — bound entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | mythicmob_look_at_interaction_bound |
| Type | Bound |
| Color | Medium_purple |
| Icon | fa6-solid:crosshairs |
Fields
| Field | Type | Description |
|---|---|---|
radius | Double | — |
mobType | String | The BtcMob type name to look for (e.g., 'SkeletonKing', 'FireDragon') |
searchRadius | Double | Maximum distance to search for the mob (in blocks) |
focusOffset | Double | Y offset for the focus point above the mob |
Usage Example
- entry: mythicmob_look_at_interaction_bound
name: "An interaction which forces the player to look at the nearest BtcMob of a specific type"
radius: 0
mobType: ""
searchRadius: 0
focusOffset: 0