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 939d3b3456 Added mod name to logging and logging mod settings/ stats on first
run of on_generated. Added caching of the perlin maps, i.e. when
the on_generated is called, the noise map array is stored when
it is retrieved by a generator plugin and kept until the on_generated
is finished. This allows chained generators to retrieve the same
global map without having to reinitialize it.
2018-07-23 20:47:33 +02:00
multi_map_core Added mod name to logging and logging mod settings/ stats on first 2018-07-23 20:47:33 +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