turtle_fill

Function turtle_fill 

Source
pub fn turtle_fill(block: Block, x_span: i32, y_span: i32, z_span: i32)
Expand description

Fills a volume relative to the turtle’s postion. The x, y, and z span arguments are effectively the size of the region minus one, so turtle_fill(block, 0, 0, 0) is equivalent to turtle_set(block)

This function is unstable, and may cause wasmcraft2 to fail compilation.