Move mapgen code out of init.lua

This commit is contained in:
Desour
2024-03-14 16:12:36 +01:00
committed by HybridDog
parent 1c033a048f
commit 0351e12bac
6 changed files with 659 additions and 611 deletions

View File

@ -263,7 +263,7 @@ minetest.register_chatcommand("nether_help", {
if not player then
return false, "Something went wrong."
end
if not nether.overworld_help and player:get_pos().y > nether.start then
if not nether.overworld_help and player:get_pos().y > nether.v.nether_start then
return false, "Usually you don't neet this guide here. " ..
"You can view it in the nether."
end