Add something quick and dirty like json files to at least make it possible to change mapgen params without a recompile.
Note that the mapgens in Amidst are not full implementations of the Minetest voxel generators - they are approximations of the terrain height. Not all Amidst mapgens have implemented all mapgen flags, and nothing but the default params have been checked against the game to ensure they match.
The percentage distribution numbers for biomes in the veronoi graph will also only apply to climate noise that is default, or a simple transformation of default.
Add something quick and dirty like json files to at least make it possible to change mapgen params without a recompile.
Note that the mapgens in Amidst are not full implementations of the Minetest voxel generators - they are approximations of the terrain height. Not all Amidst mapgens have implemented all mapgen flags, and nothing but the default params have been checked against the game to ensure they match.
The percentage distribution numbers for biomes in the veronoi graph will also only apply to climate noise that is default, or a simple transformation of default.