Set is_ground_content=false for some nodes

This commit is contained in:
Wuzzy 2018-01-31 19:36:27 +01:00
parent a84a0a0db6
commit 3e7ad08db0
4 changed files with 9 additions and 7 deletions

View file

@ -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,

View file

@ -249,6 +249,7 @@ Read the help entries on the other redstone components to learn how redstone com
walkable = false,
drop = "mesecons:wire_00000000_off",
sounds = mcl_sounds.node_sound_defaults(),
is_ground_content = false,
mesecon_wire = true
},{
_doc_items_create_entry = wirehelp,