mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +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:
parent
a4e3ed0136
commit
c24f3b0a65
5 changed files with 65 additions and 50 deletions
|
@ -107,7 +107,7 @@ MapgenDesc g_reg_mapgens[] = {
|
|||
{"v6", new MapgenFactoryV6, true},
|
||||
{"v7", new MapgenFactoryV7, true},
|
||||
{"flat", new MapgenFactoryFlat, false},
|
||||
{"fractal", new MapgenFactoryFractal, false},
|
||||
{"fractal", new MapgenFactoryFractal, true},
|
||||
{"singlenode", new MapgenFactorySinglenode, false},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue