Skip to main content

make_igloo_piece

Function make_igloo_piece 

Source
fn make_igloo_piece(
    template_path: &'static str,
    start_x: i32,
    start_z: i32,
    rotation: Rotation,
    off: IVec3,
    depth: i32,
    size: IVec3,
    pivot: IVec3,
    post_process: TemplatePostProcess,
) -> StructurePiece