Перейти к основному содержимому

model_path_stream_display

A Path Stream display using a 3D model that follows the path and points toward the target — misc entry.

Entry Information

PropertyValue
Entry IDmodel_path_stream_display
TypeMisc
ColorCyan
Iconmdi:arrow-decision

Fields

FieldTypeDescription
modelRef<out EntityDefinitionEntry>The 3D model definition to render along the path
displayModePathStreamDisplayModeHow the model behaves along the path
fixedDistanceDoubleFixed distance ahead of the player where the model stays (only used in FIXED_DISTANCE mode)
pointToTargetBooleanWhether the model should rotate to point toward the next waypoint
scaleFloatScale of the 3D model
travelSpeedDoubleHow fast the stream travels in blocks per second

Usage Example

- entry: model_path_stream_display
name: "A Path Stream display using a 3D model that follows the path and points toward the target"
model: ""
displayMode: ""
fixedDistance: 0
pointToTarget: false
scale: 0
travelSpeed: 0