ChunkGenerator - Structure Place (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 3.5.0

Syntax

place chunk[ ]data structure %structuretemplate% at %vector%

Description

Place a structure in a block populator. Due to the chunk not being finalized yet, the standard structure place effect will not work during generation. Since the chunk isn't finalized yet, we use a vector instead of a location, the vector will represent a chunk position not a world position.

Examples

place chunkdata structure {-s} at vector({_x}, {_y}, {_z})
place chunkdata structure {-s} at vector(0,64,0)

View source