all caves

This commit is contained in:
Duane Robertson 2016-04-25 01:16:53 -05:00
parent a7fe73e6b1
commit 6097e844cf
31 changed files with 1240 additions and 167 deletions

View file

@ -1,6 +1,6 @@
# fun_caves
Fun Caves is an attempt to convert the mapgen V6 caves into a lua mod, so they can be used with any mapgen. I've translated the C++ code into lua in the most mechanical way possible. I honestly have no idea how half of it works, and I don't intend to spend a lot of time on it in the future, so anyone who likes this mod is encouraged to fork and/or tinker with it and submit pull requests.
Fun Caves started as an attempt to convert the mapgen V6 caves into a lua mod, so they could be used with any mapgen. However, I've since turned it into an all cave environment, with no surface at all.
![screenshot](https://github.com/duane-r/fun_caves/raw/master/textures/screenshot.jpg)