Protect fortress nodes.

This commit is contained in:
Duane Robertson 2016-05-30 07:29:29 -05:00
parent aa44226a4e
commit c9c3153f1d
4 changed files with 39 additions and 21 deletions

View file

@ -3,6 +3,8 @@ fun_caves.version = "1.0"
fun_caves.time_factor = 10
fun_caves.light_max = 8
fun_caves.path = minetest.get_modpath(minetest.get_current_modname())
fun_caves.DEBUG = true
minetest.register_on_mapgen_init(function(mgparams)