Great, thanks! Can you draw some rasterized blueprints of theses? Maybe even including height? I have a 3D painter ready and it works like this:
fill(Vector3i from, Vector3i to, BlockType type)
You can draw a wall that is 10 blocks long and 5 high like this:
fill([0, 0, 0], [10, 5, 1]...