Added TeleportDuration option authored by Phillip's avatar Phillip
...@@ -81,6 +81,15 @@ cool_display: ...@@ -81,6 +81,15 @@ cool_display:
Billboard: FIXED Billboard: FIXED
``` ```
#### TeleportDuration
Set the teleport duration in ticks. Defaults to `0`.
```yml
cool_display:
Type: block_display
DisplayOptions:
Block: grass_block
TeleportDuration: 0
```
#### InterpolationDelay #### InterpolationDelay
Set the delay before starting interpolation. Defaults to `0`. Set the delay before starting interpolation. Defaults to `0`.
```yml ```yml
... ...
......