Continuing rewrite. Add plants.

This commit is contained in:
Duane Robertson 2016-05-22 07:17:20 -05:00
parent d65c6acdf4
commit 61f3bd007d
12 changed files with 408 additions and 312 deletions

View file

@ -3,6 +3,7 @@ fun_caves.version = "1.0"
fun_caves.path = minetest.get_modpath(minetest.get_current_modname())
fun_caves.world = false
fun_caves.time_factor = 10
fun_caves.node_match_cache = {}
minetest.register_on_mapgen_init(function(mgparams)