Glad you're having fun, if you have a pattern Example() that you like and want to move it, try Translate(Example(), -10, -10) to move it 10 squares to the left (x direction) and 10 squares up (y direction). (I might have the signs backwards, don't remember for sure.) Another alternative is to do Union(Example(), Circle(10)) which puts a circle of land with radius 10 at the origin.