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_luacontroller/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesecons_luacontroller') diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua index 93703d8..85d16fa 100644 --- a/mesecons_luacontroller/init.lua +++ b/mesecons_luacontroller/init.lua @@ -625,6 +625,7 @@ for d = 0, 1 do }, inventory_image = top, paramtype = "light", + is_ground_content = false, groups = groups, drop = BASENAME.."0000", sunlight_propagates = true, @@ -672,6 +673,7 @@ minetest.register_node(BASENAME .. "_burnt", { inventory_image = "jeija_luacontroller_burnt_top.png", is_burnt = true, paramtype = "light", + is_ground_content = false, groups = {dig_immediate=2, not_in_creative_inventory=1}, drop = BASENAME.."0000", sunlight_propagates = true, -- cgit v1.2.3