Random Terrain Generation in 44 Blocks ---------------------------------------------- GOAL: Create Random Terrain using as little blocks as possible ---------------------------------------------- REQUIRMENTS: - Completely Random Terrain - 4 Distinct Layers (Grass -> Dirt -> Stone -> Bedrock) *Clouds are not included in the count
v1.4.1 Made the bottom layer one block, just wide. Removed 1 block v.1.4 Made that start randomize instead of a fixed position. Moved the column code inside the generation removing the activation code required. Block count 45 v1.3.3 Changed the Generation. 49 Blocks v1.3.2 Got rid of two unnecessary blocks. v1.3.1 Realized two blocks aren't part of the actual generation code. The total is now 53 Blocks. v1.3 Lowered Generation from 62 blocks to 54 blocks v1.2 Lowered Generation from 87 blocks to 62 blocks v1.1 Added Sky and Clouds (Cloud code is not included in the 62 blocks) v1.0 Random Terrain Generation