Skip to content
Snippets Groups Projects
Commit 21a4adcd authored by kwolekr's avatar kwolekr
Browse files

Update documentation for get_mapgen_object

parent 0003fc82
No related branches found
No related tags found
No related merge requests found
......@@ -1592,8 +1592,8 @@ get_mapgen_object() was called outside of an on_generate() callback, nil is retu
The following Mapgen objects are currently available:
- voxelmanip
This returns four values; the VoxelManip object to be used, the voxel data, minimum emerge position,
and maximum emerged position. All mapgens support this object.
This returns three values; the VoxelManip object to be used, minimum and maximum emerged position, in that
order. All mapgens support this object.
- heightmap
Returns an array containing the y coordinates of the ground levels of nodes in the most recently
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment