Chunk at Coords (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.14.0

Syntax

chunk at [coord[inate]s] %number%,[ ]%number% [(in|of) %world%] [without (generating|loading)]

Description

Get a chunk using chunk coords. NOTE: Chunk coords are different than location coords. Chunk coords are basically location coords divided by 16. Optionally get the chunk without generating it (possibly doesn't load as well).

Examples

set {_chunk} to chunk at coords 1,1
set {_chunk} to chunk at coords 1,1 in world "world"
set {_chunk} to chunk at 50,50 in world "world_nether" without generating

View source