chunk
Edits a chunk at the specified coordinates.
Example:
world.edit {
chunk(0, 0) {
load()
// Chunk editing operations
}
}Content copied to clipboard
Parameters
x
The chunk X coordinate
z
The chunk Z coordinate
action
The action to apply to the chunk