Make daylight sensors walkable

This commit is contained in:
Wuzzy 2017-02-14 20:55:23 +01:00
parent a97b886f46
commit 2ced567f88
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,6 @@ minetest.register_node("mesecons_solarpanel:solar_panel_on", {
wield_image = "jeija_solar_panel.png",
wield_scale = { x=1, y=1, z=3 },
paramtype = "light",
walkable = false,
is_ground_content = false,
selection_box = {
type = "fixed",
@ -39,7 +38,6 @@ minetest.register_node("mesecons_solarpanel:solar_panel_off", {
wield_image = "jeija_solar_panel.png",
wield_scale = { x=1, y=1, z=3 },
paramtype = "light",
walkable = false,
is_ground_content = false,
selection_box = {
type = "fixed",
@ -108,7 +106,6 @@ minetest.register_node("mesecons_solarpanel:solar_panel_inverted_on", {
wield_image = "jeija_solar_panel_inverted.png",
wield_scale = { x=1, y=1, z=3 },
paramtype = "light",
walkable = false,
is_ground_content = false,
selection_box = {
type = "fixed",
@ -139,7 +136,6 @@ minetest.register_node("mesecons_solarpanel:solar_panel_inverted_off", {
wield_image = "jeija_solar_panel_inverted.png",
wield_scale = { x=1, y=1, z=3 },
paramtype = "light",
walkable = false,
is_ground_content = false,
selection_box = {
type = "fixed",