Set is_ground_content to false (#386)

This commit is contained in:
DS
2017-10-31 22:50:39 +01:00
committed by Vitaliy
parent db39eef2f6
commit ff0bd76efe
31 changed files with 63 additions and 10 deletions

View File

@ -3,6 +3,7 @@
mesecon.register_node("mesecons_switch:mesecon_switch", {
paramtype2="facedir",
description="Switch",
is_ground_content = false,
sounds = default.node_sound_stone_defaults(),
on_rightclick = function (pos, node)
if(mesecon.flipstate(pos, node) == "on") then