solarpanel doesn't actually need a side texture, the top texture can serve both

purposes with a minor tweak.
This commit is contained in:
Vanessa Ezekowitz 2012-08-13 04:36:19 -04:00
parent 68342c79d5
commit 2a1eb20410
2 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
-- Solar Panel
minetest.register_node("mesecons_solarpanel:solar_panel", {
drawtype = "nodebox",
tile_images = {
"jeija_solar_panel.png",
"jeija_solar_panel_sides.png"
},
tiles = { "jeija_solar_panel.png", },
inventory_image = "jeija_solar_panel.png",
wield_image = "jeija_solar_panel.png",
paramtype = "light",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 B

After

Width:  |  Height:  |  Size: 652 B