forked from minetest-mods/mesecons
commit
c0e7d42863
|
@ -21,7 +21,11 @@ minetest.register_node(nodename, {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
"jeija_microcontroller_top_"..tostring(d)..tostring(c)..tostring(b)..tostring(a)..".png",
|
"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",
|
||||||
|
"jeija_microcontroller_sides.png"
|
||||||
},
|
},
|
||||||
|
|
||||||
sunlight_propagates = true,
|
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