Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain,…
… caves, blobs
- Loading branch information
Showing
with
629 additions
and 3 deletions.
- +1 −1 builtin/mainmenu/dlg_create_world.lua
- +11 −1 minetest.conf.example
- +1 −0 src/CMakeLists.txt
- +2 −0 src/emerge.cpp
- +496 −0 src/mapgen_v5.cpp
- +115 −0 src/mapgen_v5.h
- +1 −1 src/noise.cpp
- +2 −0 src/noise.h
Oops, something went wrong.