Add an option for non-violent explosions.
This commit is contained in:
parent
9325a474b5
commit
99c9c18ed8
3 changed files with 37 additions and 16 deletions
1
init.lua
1
init.lua
|
@ -6,6 +6,7 @@ fun_caves.path = minetest.get_modpath(minetest.get_current_modname())
|
|||
fun_caves.world = minetest.get_worldpath()
|
||||
fun_caves.elixir_armor = minetest.setting_getbool('fun_caves_use_armor_elixirs')
|
||||
fun_caves.expire_elixir_on_death = minetest.setting_getbool('fun_caves_expire_elixir_on_death')
|
||||
fun_caves.exploding_fungi = minetest.setting_getbool('fun_caves_exploding_fungi')
|
||||
fun_caves.DEBUG = false -- for maintenance only
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue