Skip to content

Instantly share code, notes, and snippets.

@cornernote
Created December 14, 2014 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cornernote/b32b0a33d57524bb87c6 to your computer and use it in GitHub Desktop.
Save cornernote/b32b0a33d57524bb87c6 to your computer and use it in GitHub Desktop.
minetest.register_on_mapgen_init(function(mgparams)
minetest.set_mapgen_params({mgname="singlenode", water_level=-32000})
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment