ChunkGenerator - ChunkData Block (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 3.5.0

Syntax

chunk[ ]data block[data] at %vector%

Description

Represents blocks in a ChunkData. The first pattern is used to set a block in a `chunk gen` or `block pop` section. The second pattern is used to fill blocks between 2 points in a `chunk gen` section. NOTE: The vector represents the position in a chunk, not a world. NOTE: You CAN reach into neighbouring chunks going below 0/above 15 in the vector. I don't know how far you can safely reach though.

Examples

chunk gen:
	set chunkdata blocks within vector({_x}, 0, {_z}) and vector({_x}, {_y}, {_z}) to red_concrete[]
	set chunkdata block at vector({_x}, {_y}, {_z}) to red_concrete_powder[]

View source