diff --git a/mesecons_microcontroller/init.lua b/mesecons_microcontroller/init.lua index 00a8f55..a4c2741 100644 --- a/mesecons_microcontroller/init.lua +++ b/mesecons_microcontroller/init.lua @@ -11,6 +11,19 @@ for b = 0, 1 do for c = 0, 1 do for d = 0, 1 do local nodename = "mesecons_microcontroller:microcontroller"..tostring(d)..tostring(c)..tostring(b)..tostring(a) +local top = "jeija_microcontroller_top.png" +if tostring(a) == "1" then + top = top.."^jeija_microcontroller_LED_A.png" +end +if tostring(b) == "1" then + top = top.."^jeija_microcontroller_LED_B.png" +end +if tostring(c) == "1" then + top = top.."^jeija_microcontroller_LED_C.png" +end +if tostring(d) == "1" then + top = top.."^jeija_microcontroller_LED_D.png" +end if tostring(d)..tostring(c)..tostring(b)..tostring(a) ~= "0000" then groups = {dig_immediate=2, not_in_creative_inventory=1, mesecon = 3} else @@ -20,7 +33,7 @@ minetest.register_node(nodename, { description = "Microcontroller", drawtype = "nodebox", tiles = { - "jeija_microcontroller_top_"..tostring(d)..tostring(c)..tostring(b)..tostring(a)..".png", + top, "jeija_microcontroller_bottom.png", "jeija_microcontroller_sides.png", "jeija_microcontroller_sides.png", diff --git a/mesecons_textures/textures/jeija_microcontroller_LED_A.png b/mesecons_textures/textures/jeija_microcontroller_LED_A.png new file mode 100644 index 0000000..64526cf Binary files /dev/null and b/mesecons_textures/textures/jeija_microcontroller_LED_A.png differ diff --git a/mesecons_textures/textures/jeija_microcontroller_LED_B.png b/mesecons_textures/textures/jeija_microcontroller_LED_B.png new file mode 100644 index 0000000..1f7b451 Binary files /dev/null and b/mesecons_textures/textures/jeija_microcontroller_LED_B.png differ diff --git a/mesecons_textures/textures/jeija_microcontroller_LED_C.png b/mesecons_textures/textures/jeija_microcontroller_LED_C.png new file mode 100644 index 0000000..399cc2c Binary files /dev/null and b/mesecons_textures/textures/jeija_microcontroller_LED_C.png differ diff --git a/mesecons_textures/textures/jeija_microcontroller_LED_D.png b/mesecons_textures/textures/jeija_microcontroller_LED_D.png new file mode 100644 index 0000000..506389c Binary files /dev/null and b/mesecons_textures/textures/jeija_microcontroller_LED_D.png differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0000.png b/mesecons_textures/textures/jeija_microcontroller_top.png similarity index 100% rename from mesecons_textures/textures/jeija_microcontroller_top_0000.png rename to mesecons_textures/textures/jeija_microcontroller_top.png diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0001.png b/mesecons_textures/textures/jeija_microcontroller_top_0001.png deleted file mode 100644 index 0e67ad3..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_0001.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0010.png b/mesecons_textures/textures/jeija_microcontroller_top_0010.png deleted file mode 100644 index 37dd2d0..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_0010.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0011.png b/mesecons_textures/textures/jeija_microcontroller_top_0011.png deleted file mode 100644 index 0035a8c..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_0011.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0100.png b/mesecons_textures/textures/jeija_microcontroller_top_0100.png deleted file mode 100644 index 18471db..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_0100.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0101.png b/mesecons_textures/textures/jeija_microcontroller_top_0101.png deleted file mode 100644 index 0b8dd8e..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_0101.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0110.png b/mesecons_textures/textures/jeija_microcontroller_top_0110.png deleted file mode 100644 index b1b4e11..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_0110.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_0111.png b/mesecons_textures/textures/jeija_microcontroller_top_0111.png deleted file mode 100644 index c40544b..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_0111.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1000.png b/mesecons_textures/textures/jeija_microcontroller_top_1000.png deleted file mode 100644 index 7b3805e..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1000.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1001.png b/mesecons_textures/textures/jeija_microcontroller_top_1001.png deleted file mode 100644 index 5f36754..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1001.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1010.png b/mesecons_textures/textures/jeija_microcontroller_top_1010.png deleted file mode 100644 index aac19ab..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1010.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1011.png b/mesecons_textures/textures/jeija_microcontroller_top_1011.png deleted file mode 100644 index 6f15fe1..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1011.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1100.png b/mesecons_textures/textures/jeija_microcontroller_top_1100.png deleted file mode 100644 index dde148b..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1100.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1101.png b/mesecons_textures/textures/jeija_microcontroller_top_1101.png deleted file mode 100644 index 10f07ba..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1101.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1110.png b/mesecons_textures/textures/jeija_microcontroller_top_1110.png deleted file mode 100644 index bf45b69..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1110.png and /dev/null differ diff --git a/mesecons_textures/textures/jeija_microcontroller_top_1111.png b/mesecons_textures/textures/jeija_microcontroller_top_1111.png deleted file mode 100644 index b864c51..0000000 Binary files a/mesecons_textures/textures/jeija_microcontroller_top_1111.png and /dev/null differ