mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-27 21:40:21 +02:00
Merge pull request #23 from VanessaE/master
solar panel doesn't actually need a side texture.
This commit is contained in:
commit
987de2c7d5
mesecons
mesecons_solarpanel
mesecons_textures/textures
@ -92,16 +92,16 @@ for zmy=0, 1 do
|
|||||||
table.insert(nodebox, box_bump1)
|
table.insert(nodebox, box_bump1)
|
||||||
table.insert(nodebox, box_bump2)
|
table.insert(nodebox, box_bump2)
|
||||||
tiles_off = {
|
tiles_off = {
|
||||||
"wires_off.png",
|
"wires_bump_off.png",
|
||||||
"wires_off.png",
|
"wires_bump_off.png",
|
||||||
"wires_vertical_off.png",
|
"wires_vertical_off.png",
|
||||||
"wires_vertical_off.png",
|
"wires_vertical_off.png",
|
||||||
"wires_vertical_off.png",
|
"wires_vertical_off.png",
|
||||||
"wires_vertical_off.png"
|
"wires_vertical_off.png"
|
||||||
}
|
}
|
||||||
tiles_on = {
|
tiles_on = {
|
||||||
"wires_on.png",
|
"wires_bump_on.png",
|
||||||
"wires_on.png",
|
"wires_bump_on.png",
|
||||||
"wires_vertical_on.png",
|
"wires_vertical_on.png",
|
||||||
"wires_vertical_on.png",
|
"wires_vertical_on.png",
|
||||||
"wires_vertical_on.png",
|
"wires_vertical_on.png",
|
||||||
@ -110,16 +110,16 @@ for zmy=0, 1 do
|
|||||||
else
|
else
|
||||||
table.insert(nodebox, box_center)
|
table.insert(nodebox, box_center)
|
||||||
tiles_off = {
|
tiles_off = {
|
||||||
"wires_vertical_off.png",
|
"wires_off.png",
|
||||||
"wires_vertical_off.png",
|
"wires_off.png",
|
||||||
"wires_vertical_off.png",
|
"wires_vertical_off.png",
|
||||||
"wires_vertical_off.png",
|
"wires_vertical_off.png",
|
||||||
"wires_vertical_off.png",
|
"wires_vertical_off.png",
|
||||||
"wires_vertical_off.png"
|
"wires_vertical_off.png"
|
||||||
}
|
}
|
||||||
tiles_on = {
|
tiles_on = {
|
||||||
"wires_vertical_on.png",
|
"wires_on.png",
|
||||||
"wires_vertical_on.png",
|
"wires_on.png",
|
||||||
"wires_vertical_on.png",
|
"wires_vertical_on.png",
|
||||||
"wires_vertical_on.png",
|
"wires_vertical_on.png",
|
||||||
"wires_vertical_on.png",
|
"wires_vertical_on.png",
|
||||||
|
@ -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 ![]() (image error) Size: 686 B After ![]() (image error) Size: 652 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 215 B |
BIN
mesecons_textures/textures/wires_bump_off.png
Normal file
BIN
mesecons_textures/textures/wires_bump_off.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 347 B |
BIN
mesecons_textures/textures/wires_bump_on.png
Normal file
BIN
mesecons_textures/textures/wires_bump_on.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 386 B |
Binary file not shown.
Before ![]() (image error) Size: 532 B After ![]() (image error) Size: 272 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 640 B After ![]() (image error) Size: 286 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 643 B After ![]() (image error) Size: 320 B ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 754 B After ![]() (image error) Size: 341 B ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user