术语表
GLOSSARY_INDEX_
TERM_BUFFER_
general
gt
Minecraft iteratively runs its processing code in a loop. One cycle of this loop is called a Tick or Gametick (gt). Gameticks are also used as the default measurement of time while working with redstone. The game attempts to run 20 gameticks a second (20tps), but will fail to do so and slow down the game if the server is lagging (>50mspt).
游戏刻
Minecraft循环执行其代码。其中一轮循环被称为一个游戏刻。
Game Tick