Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Ores: Add stratum ore (#6352)
Creates a single undulating ore stratum that is continuous across mapchunk borders and horizontally spans the world. Due to being continuous is ideal for creating bands of alternative stone type running through cliffs and mountains, or underground layers. Add missing documentation of 'ore_param2' parameter.
- Loading branch information
Showing
with
105 additions
and 1 deletion.
- +18 −1 doc/lua_api.txt
- +60 −0 src/mg_ore.cpp
- +17 −0 src/mg_ore.h
- +10 −0 src/script/lua_api/l_mapgen.cpp