Implement Elevation

This commit is contained in:
dfsek
2020-11-11 02:28:44 -07:00
parent 48e45dfe23
commit 922f971c8e
8 changed files with 165 additions and 13 deletions
@@ -1,4 +1,5 @@
noise-equation: "((-((y / 64)^2)) + 1) + min(floor(((|noise2(x/2.5, z/2.5)|) + 0.1)*4), 3)/2.5 + |noise2(x/2.5, z/2.5)|"
noise-equation: "((-((y / 64)^2)) + 1) + |noise2(x/2.5, z/2.5)|"
elevation-equation: "min(floor(((|noise2(x/2.5, z/2.5)|) + 0.1)*4)*5, 15)"
id: "ARID_MOUNTAINS"
extends: "BASIC_ORES"