mathuin / TopoMC

Building Minecraft worlds from USGS NED and NLCD topographical data
http://www.mathuin.org/TopoMC/
46 stars 11 forks source link

Consider adding underground features #21

Open mathuin opened 11 years ago

mathuin commented 11 years ago

Start with caves. Learn about something called Perlin worms. http://gamedev.stackexchange.com/questions/33590/how-to-generate-caves-like-minecraft talks a little about what's going on.

After that, figure out how to create dungeons. Replace the occasional cave terminus with a mossy cobble room containing a monster generator and a chest with random loot.

If this works out, then add "lakes" somehow. Maybe water and lava? Depending on depth? Not sure.

And then there's abandoned mineshafts.

Maybe someone else can do this. :-)

mathuin commented 11 years ago

orphu/mcdungeon does the dungeon creation stuff really well. If someone else could do the caves, I'd be all set. :-)