Blocks with Scroll Value Behaviours¶
Available in all versions
This integration works for all blocks with any type of scroll value behaviour. Like the Speed Controller and Creative Motor.
Info
This integration only works for Speed based scroll value behaviour blocks. So this will not work for blocks like the Smart Funnel.
Requirement
Requires the Create mod to be installed
Peripheral Name | Interfaces with | Has events | Introduced in |
---|---|---|---|
scrollBehaviourEntity speedController (1.16) |
Scroll Value Behaviour blocks | No | 0.7.16 |
Functions¶
getTargetSpeed¶
getTargetSpeed() -> number
setTargetSpeed¶
setTargetSpeed(value: number) -> boolean
value
.Returns whether or not the value was successfully set.
Changelog/Trivia¶
0.7.16
Added Create integration