TallSectorData

TallSectorData

class

Column of generated block cells

Fields

NameTypeDescription
zero_height integer Cell height the column starts at
height integer Number of cells in the column

Functions

TallSectorData:get_block(pos)

Block at the given position

pos Vec3i Position inside the column

returns StaticBlock

TallSectorData:set_block(pos, block)

Write a block at the given position

pos Vec3i Position inside the column
block StaticBlock Block type to write