From 335d9a3eddcb590c3ca5de9cba9b152e5e560af1 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 13 Feb 2018 14:05:34 -0500 Subject: removed boost_cart and carbone_mobs -- too many crashes updated blox, homedecor, plantlifed, cottages, farming_redo, framedglass, gloopblocks, mesecons, moreblocks, moretrees, pipeworks, player_textures, replacer, signs_lib, stained_glass, technic, travelnet, unified_inventory, unifieddyes, and worldedit. --- 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