Chunk chunk
ID
int
ID of the chunk
X
X coordinate in chunk space.
Y
Y coordinate in chunk space.
Size
Size of the chunk in world units.
Generated
bool
True, if this chunk has been loaded before.
Dimension
string
ID of the current dimension.
Data
table
A custom Lua table which can be used to store any data about the chunk.
init
None
A necessary function, which runs whenever a chunk loads.
Last updated 4 days ago