1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Mgfractal: Move julia set selection into formula parameter

Improve default parameters
Update and improve documentation
Unhide mapgen, but is still unstable
This commit is contained in:
paramat 2015-11-21 20:22:45 +00:00
parent a4e3ed0136
commit c24f3b0a65
5 changed files with 65 additions and 50 deletions

View file

@ -25,9 +25,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MGFRACTAL_LARGE_CAVE_DEPTH -33
/////////////////// Mapgen Fractal flags
#define MGFRACTAL_JULIA 0x01
class BiomeManager;
extern FlagDesc flagdesc_mapgen_fractal[];