thickened soloar panel slightly for consistency with floor-objects

(though that means it's inconsistent with wall levers/buttons when placed
next to those, but it still looks good)
This commit is contained in:
Vanessa Ezekowitz 2012-08-09 21:44:05 -04:00
parent 368a7c1eda
commit e19a31b865
1 changed files with 6 additions and 6 deletions

View File

@ -10,15 +10,15 @@ minetest.register_node("mesecons_solarpanel:solar_panel", {
is_ground_content = true,
node_box = {
type = "wallmounted",
wall_bottom = {-0.4375, -0.5, -0.4375, 0.4375, -0.45, 0.4375},
wall_top = {-0.4375, 0.45, -0.4375, 0.4375, 0.5, 0.4375},
wall_side = {-0.5, -0.4375, -0.4375, -0.45, 0.4375, 0.4375},
wall_bottom = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 },
wall_top = { -7/16, 7/16, -7/16, 7/16, 8/16, 7/16 },
wall_side = { -8/16, -7/16, -7/16, -7/16, 7/16, 7/16 },
},
selection_box = {
type = "wallmounted",
wall_bottom = {-0.4375, -0.5, -0.4375, 0.4375, -0.45, 0.4375},
wall_top = {-0.4375, 0.45, -0.4375, 0.4375, 0.5, 0.4375},
wall_side = {-0.5, -0.4375, -0.4375, -0.45, 0.4375, 0.4375},
wall_bottom = { -7/16, -8/16, -7/16, 7/16, -7/16, 7/16 },
wall_top = { -7/16, 7/16, -7/16, 7/16, 8/16, 7/16 },
wall_side = { -8/16, -7/16, -7/16, -7/16, 7/16, 7/16 },
},
furnace_burntime = 5,
groups = {dig_immediate=3},