Globalize bedrock generation position
This commit is contained in:
parent
0f2787cd16
commit
aa5ef41015
5 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
mcl_init
|
||||
mcl_core
|
||||
stairs
|
||||
random_struct
|
||||
|
|
|
@ -468,8 +468,8 @@ end)
|
|||
|
||||
|
||||
-- Generate 5 layers of bedrock, with increasing levels of roughness, until a perfecly flat bedrock later at the bottom layer
|
||||
local BEDROCK_MIN = -66
|
||||
local BEDROCK_MAX = -62
|
||||
local BEDROCK_MIN = mcl_vars.bedrock_overworld_min
|
||||
local BEDROCK_MAX = mcl_vars.bedrock_overworld_max
|
||||
|
||||
-- Below the bedrock, generate air/void
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue