Set is_ground_content=false for some nodes
This commit is contained in:
parent
a84a0a0db6
commit
3e7ad08db0
4 changed files with 9 additions and 7 deletions
|
@ -110,7 +110,7 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
|
|||
minetest.get_node_timer(pos):start(PRESSURE_PLATE_INTERVAL)
|
||||
end,
|
||||
sounds = sounds,
|
||||
|
||||
is_ground_content = false,
|
||||
pressureplate_basename = basename,
|
||||
pressureplate_activated_by = activated_by,
|
||||
_mcl_blast_resistance = 2.5,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue