So what makes generating terrain in 5.2 so much easier? Well it's mainly based on Repeat: On Grid. In simple terms, this just repeats across each block in a grid, setting a variable to the location that it's on each iteration. Now instead of having to use 2 perlin noises, basic terrain gens only...