Skip to content

Instantly share code, notes, and snippets.

@cornernote
Created December 14, 2014 03:55
Show Gist options
  • Select an option

  • Save cornernote/b32b0a33d57524bb87c6 to your computer and use it in GitHub Desktop.

Select an option

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