mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-10 12:20:18 +01:00
commit
c0e7d42863
|
@ -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