Make wood not breakable by hand (by default).
This commit is contained in:
parent
c8ad6d4fec
commit
aac2db0da4
6 changed files with 31 additions and 4 deletions
5
init.lua
5
init.lua
|
@ -20,6 +20,11 @@ if fun_caves.exploding_fungi == nil then
|
|||
fun_caves.exploding_fungi = true
|
||||
end
|
||||
|
||||
fun_caves.breakable_wood = minetest.setting_getbool('fun_caves_breakable_wood')
|
||||
if fun_caves.breakable_wood == nil then
|
||||
fun_caves.breakable_wood = false
|
||||
end
|
||||
|
||||
fun_caves.DEBUG = false -- for maintenance only
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue