I can wrap my head around using a 2D Perlin noise function to generate the height value but I don\'t understand why a 3D Perlin noise function would be used. In Notch\'s blog, h
You should look at the Minetest source, specifically at the files noise.cpp and map.cpp.