mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-27 07:47:30 +01:00
solarpanel doesn't actually need a side texture, the top texture can serve both
purposes with a minor tweak.
This commit is contained in:
parent
68342c79d5
commit
2a1eb20410
@ -1,10 +1,7 @@
|
|||||||
-- Solar Panel
|
-- Solar Panel
|
||||||
minetest.register_node("mesecons_solarpanel:solar_panel", {
|
minetest.register_node("mesecons_solarpanel:solar_panel", {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tile_images = {
|
tiles = { "jeija_solar_panel.png", },
|
||||||
"jeija_solar_panel.png",
|
|
||||||
"jeija_solar_panel_sides.png"
|
|
||||||
},
|
|
||||||
inventory_image = "jeija_solar_panel.png",
|
inventory_image = "jeija_solar_panel.png",
|
||||||
wield_image = "jeija_solar_panel.png",
|
wield_image = "jeija_solar_panel.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 686 B After Width: | Height: | Size: 652 B |
Loading…
Reference in New Issue
Block a user