跳转至

Tick

文档版本:1.21.0.24

Mcfunction that are to be called per game tick (20 times per second).

架构

tick:
{
  array "values" : opt
  {
    string "<any array element>" : opt
  }
}
valuesarray
The collection of function path to execute.
values
<any array element>string
The path to the function.