A port of the great Multi Map mod https://github.com/evrooije/multi_map to work within the unused spaces of mcl mapgen. !!ALPHA!!
Go to file
evrooije aa9c3c4921 Added global noise/ map functionality, allowing generators to
register their 2D noises with multi_map globally and retrieve
them during map generation. multi_map takes care of reusing last
cached map in case the same layer is used for performance/ memory
reasons. In addition, it prepares an array of parameters so that
the noises can be used in any layer (truly availble globally) with
seeds different for each layer (but based on the seed passed
during registration via random seeding). Placeholder for global
3D maps added, but not implemented yet.
2018-07-23 01:04:07 +02:00
multi_map_core Added global noise/ map functionality, allowing generators to 2018-07-23 01:04:07 +02:00
multi_map_generators Added global noise/ map functionality, allowing generators to 2018-07-23 01:04:07 +02:00
LICENSE Moved licensing around a bit. Committing levels code. 2018-07-19 11:48:34 +02:00
README.md Initial commit 2018-07-12 23:10:28 +02:00
modpack.txt Turned into a modpack, supplying simple mapgen. Changed to work on chunk 2018-07-17 21:16:37 +02:00
multi_map_logo.png Adding multi_map logo 2018-07-22 17:55:56 +02:00

README.md

multi_map

Mulitple layers of map generation for Minetest