forked from Mirrorlandia_minetest/mesecons
added proper bottom image to microcontroller
This commit is contained in:
parent
950ecbc407
commit
d0ae1b56e8
@ -21,7 +21,11 @@ minetest.register_node(nodename, {
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"jeija_microcontroller_top_"..tostring(d)..tostring(c)..tostring(b)..tostring(a)..".png",
|
||||
"jeija_microcontroller_bottom.png",
|
||||
"jeija_microcontroller_sides.png",
|
||||
"jeija_microcontroller_sides.png",
|
||||
"jeija_microcontroller_sides.png",
|
||||
"jeija_microcontroller_sides.png"
|
||||
},
|
||||
|
||||
sunlight_propagates = true,
|
||||
|
BIN
mesecons_textures/textures/jeija_microcontroller_bottom.png
Normal file
BIN
mesecons_textures/textures/jeija_microcontroller_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 550 B |
Loading…
Reference in New Issue
Block a user