As said in the last post, the next step was to create multiple instances of the mesh as a '[5,5,5] block' and build the terrain using this block.
As shown here this is what I have done. There are clearly a few issues with it still, although this is still an early part of this step with it being the last push. The main problem that stand outs currently however is the position calculations.Whilst the meshes are spawning in a somewhat correct position they are still fairly out of place. The blocks should be touching each other creating 1 continous world
--------------------------------------------------------------------------------------------------------------------------
The next step is to correct the position calculations, from there I can start to look into setting multiple textures on the meshes, and that will lead into putting the Perlin Noise work in.