Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.scheduler/action
[jvm] fun <T : Any> TaskBuilder<T>.action(block: TaskBlock<T>)
Sets the function executed by the Task to the provided block.