Fix broken Overworld

This commit is contained in:
Wuzzy 2017-08-16 18:56:39 +02:00
parent f9e880e210
commit 6e93424f03
2 changed files with 2 additions and 2 deletions

View file

@ -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