Clean up abms.

This commit is contained in:
Duane 2016-06-15 06:29:58 -05:00
parent 0696a64673
commit edd4baf418
3 changed files with 232 additions and 234 deletions

View file

@ -1,10 +1,10 @@
fun_caves = {}
fun_caves.version = "1.0"
fun_caves.time_factor = 10
fun_caves.light_max = 8
fun_caves.time_factor = 10 -- affects growth abms
fun_caves.light_max = 8 -- light intensity for mushroom growth
fun_caves.path = minetest.get_modpath(minetest.get_current_modname())
fun_caves.world = minetest.get_worldpath()
fun_caves.DEBUG = false
fun_caves.DEBUG = false -- for maintenance only