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_solarpanel/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mesecons_solarpanel') diff --git a/mesecons_solarpanel/init.lua b/mesecons_solarpanel/init.lua index 9981d95..ccc5882 100644 --- a/mesecons_solarpanel/init.lua +++ b/mesecons_solarpanel/init.lua @@ -7,7 +7,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel_on", { paramtype = "light", paramtype2 = "wallmounted", walkable = false, - is_ground_content = true, + is_ground_content = false, node_box = { type = "wallmounted", wall_bottom = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, @@ -39,7 +39,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel_off", { paramtype = "light", paramtype2 = "wallmounted", walkable = false, - is_ground_content = true, + is_ground_content = false, node_box = { type = "wallmounted", wall_bottom = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 }, -- cgit v1.2.3