From ff0bd76efece4738ed6ba406460859a4d1e7cd8e Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 31 Oct 2017 22:50:39 +0100 Subject: Set is_ground_content to false (#386) --- mesecons_blinkyplant/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'mesecons_blinkyplant') diff --git a/mesecons_blinkyplant/init.lua b/mesecons_blinkyplant/init.lua index 8d2aa6e..14a274f 100644 --- a/mesecons_blinkyplant/init.lua +++ b/mesecons_blinkyplant/init.lua @@ -24,6 +24,7 @@ mesecon.register_node("mesecons_blinkyplant:blinky_plant", { drawtype = "plantlike", inventory_image = "jeija_blinky_plant_off.png", paramtype = "light", + is_ground_content = false, walkable = false, sounds = default.node_sound_leaves_defaults(), selection_box = { -- cgit v1.2.3