Allow pyramids in any biome (by setting).

This commit is contained in:
Duane 2016-07-30 20:05:26 -05:00
parent 9c121b4c09
commit dfddba270c
3 changed files with 9 additions and 1 deletions

View file

@ -37,6 +37,11 @@ if fun_caves.starting_equipment == nil then
fun_caves.starting_equipment = false
end
fun_caves.pyramids_everywhere = minetest.setting_getbool('fun_caves_pyramids_everywhere')
if fun_caves.pyramids_everywhere == nil then
fun_caves.pyramids_everywhere = false
end
fun_caves.DEBUG = false -- for maintenance only