Confirmedusers, Bureaucrats, editor, Administrators
1,795
edits
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
! Default | ! Default | ||
|- | |- | ||
| | | BlockTickChunkRange | ||
| How many chunks around the player to tick | | How many chunks around the player to tick | ||
| | | 4 (5 as of 1.20) | ||
|- | |- | ||
| | | RandomBlockTicksPerChunk | ||
| The number of blocks to tick each loop | | The number of blocks to tick each loop | ||
| 16 | | 16 | ||
|- | |- | ||
| | | BlockTickInterval | ||
| How often the tick loop runs in milliseconds | | How often the tick loop runs in milliseconds | ||
| | | 300 | ||
|- | |- | ||
| | | MaxMainThreadBlockTicks | ||
| Max queued ticks to process each loop. You shouldn't ever need to touch this | | Max queued ticks to process each loop. You shouldn't ever need to touch this | ||
| 10000 | | 10000 | ||
|} | |} | ||
== Commands == <!--T:9--> | == Commands == <!--T:9--> | ||
You can tick a block via the /tickblock command. For example, to tick the block you are standing on you can run the following: | You can tick a block via the /tickblock command. For example, to tick the block you are standing on you can run the following: |