mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 23:30:21 +02:00
removed separate LEDs for luacontroller since already contained in base mod it depends on
This commit is contained in:
@ -818,16 +818,16 @@ for d = 0, 1 do
|
|||||||
local node_name = BASENAME..cid
|
local node_name = BASENAME..cid
|
||||||
local top = "jeija_luacontroller_top.png"
|
local top = "jeija_luacontroller_top.png"
|
||||||
if a == 1 then
|
if a == 1 then
|
||||||
top = top.."^jeija_luacontroller_LED_A.png"
|
top = top.."^jeija_microcontroller_LED_A.png"
|
||||||
end
|
end
|
||||||
if b == 1 then
|
if b == 1 then
|
||||||
top = top.."^jeija_luacontroller_LED_B.png"
|
top = top.."^jeija_microcontroller_LED_B.png"
|
||||||
end
|
end
|
||||||
if c == 1 then
|
if c == 1 then
|
||||||
top = top.."^jeija_luacontroller_LED_C.png"
|
top = top.."^jeija_microcontroller_LED_C.png"
|
||||||
end
|
end
|
||||||
if d == 1 then
|
if d == 1 then
|
||||||
top = top.."^jeija_luacontroller_LED_D.png"
|
top = top.."^jeija_microcontroller_LED_D.png"
|
||||||
end
|
end
|
||||||
|
|
||||||
local groups
|
local groups
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user