3D Terrain generator

It generates 3D terrains using the Perlin noise algorithm, which allows them to be created dynamically and randomly. It has 2 terrain modes, one standard and one Minecraft-style.

Basically, I was very interested in the topic of procedural algorithms and decided to investigate it. When random variables are introduced into the code, the result is pure art <3.