Fix broken Overworld
This commit is contained in:
parent
f9e880e210
commit
6e93424f03
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ else
|
|||
mcl_vars.mg_bedrock_is_rough = false
|
||||
end
|
||||
|
||||
mcl_vars.mg_overworld_max = math.huge
|
||||
mcl_vars.mg_overworld_max = 31000
|
||||
|
||||
-- The Nether
|
||||
mcl_vars.mg_nether_min = -29000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue