Protect fortress nodes.
This commit is contained in:
parent
aa44226a4e
commit
c9c3153f1d
4 changed files with 39 additions and 21 deletions
2
init.lua
2
init.lua
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue