mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-12 13:30:30 +02:00
fixing up explosions. Also make slade sand diggable in mcl, and fix a bug in web generators
This commit is contained in:
@ -60,7 +60,7 @@ hunter_statue.register_hunter_statue = function(node_name, statue_def)
|
||||
|
||||
if statue_def.tnt_vulnerable then
|
||||
def.on_blast = function(pos, intensity)
|
||||
if intensity > 3.0 then
|
||||
if intensity >= 1.0 then
|
||||
minetest.set_node(pos, {name= statue_def.tnt_debris or "air"})
|
||||
minetest.check_for_falling(pos)
|
||||
end
|
||||
|
Reference in New Issue
Block a user