increased the height for the stone texture.

This commit is contained in:
Relintai 2021-08-06 21:53:15 +02:00
parent 29a41a8077
commit c7938caaa8

View File

@ -91,5 +91,5 @@ func gen_terra_chunk(chunk: TerraChunk) -> void:
if val < 50:
chunk.set_voxel(2, x, z, TerraChunkDefault.DEFAULT_CHANNEL_TYPE)
elif val > 70:
elif val > 90:
chunk.set_voxel(4, x, z, TerraChunkDefault.DEFAULT_CHANNEL_TYPE)