aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen/mg_decoration.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow more than 255 biomes, document new maximum (#9855)Paramat2020-05-201-1/+3
| | | | Change biomemap data type from u8 to u16. New technical (not practical) maximum is 65535 biomes.
* Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copysfan52020-05-051-0/+2
|
* Allow ObjDefManager instances to be clonedsfan52020-05-051-0/+12
|
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-151-2/+2
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+136
* Move files around