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 3464b6ec5d Removed lost debug print statement in core. Introduced content id
sort of cached table as per duane's underworlds mod. Introduced
shorthand alias mm for multi_map in case not other mods named mm
exist, so that it can be more easily used to reference the API, e.g.
to do vm_data[vi] = mm.node["default:cobble"] instead of having to
fully spell out multi_map
2018-07-22 18:28:23 +02:00
multi_map_core Removed lost debug print statement in core. Introduced content id 2018-07-22 18:28:23 +02:00
multi_map_generators Removed lost debug print statement in core. Introduced content id 2018-07-22 18:28:23 +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