Make villages optional.

This commit is contained in:
Duane 2016-06-30 13:58:18 -05:00
parent 6a68d3c616
commit d94847072f
3 changed files with 9 additions and 1 deletions

View file

@ -25,6 +25,11 @@ if fun_caves.breakable_wood == nil then
fun_caves.breakable_wood = false
end
fun_caves.use_villages = minetest.setting_getbool('fun_caves_use_villages')
if fun_caves.use_villages == nil then
fun_caves.use_villages = true
end
fun_caves.DEBUG = false -- for maintenance only