Skip to content

Commit 0348679

Browse files
committed
added dependancy back and moved textures, delayer has more consistent look and has bold arrow symbol again
1 parent b2b4e2c commit 0348679

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

mesecons_delayer/init.lua

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ local off_state = {
6666
inventory_image = "jeija_gate_off.png^jeija_delayer.png",
6767
wield_image = "jeija_gate_off.png^jeija_delayer.png",
6868
tiles = {
69-
"jeija_microcontroller_bottom.png^jeija_gate_off.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
70-
"jeija_microcontroller_bottom.png",
71-
"jeija_gate_side.png",
69+
"jeija_microcontroller_bottom.png^jeija_gate_output_off.png^jeija_gate_off.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
70+
"jeija_microcontroller_bottom.png^jeija_gate_output_off.png",
71+
"jeija_gate_side.png^jeija_gate_side_output_off.png",
7272
"jeija_gate_side.png",
7373
"jeija_gate_side.png",
7474
"jeija_gate_side.png",
@@ -109,9 +109,9 @@ local on_state = {
109109
inventory_image = "jeija_gate_on.png^jeija_delayer.png",
110110
wield_image = "jeija_gate_on.png^jeija_delayer.png",
111111
tiles = {
112-
"jeija_microcontroller_bottom.png^jeija_gate_on.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
113-
"jeija_microcontroller_bottom.png",
114-
"jeija_gate_side.png",
112+
"jeija_microcontroller_bottom.png^jeija_gate_output_on.png^jeija_gate_on.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
113+
"jeija_microcontroller_bottom.png^jeija_gate_output_on.png",
114+
"jeija_gate_side.png^jeija_gate_side_output_on.png",
115115
"jeija_gate_side.png",
116116
"jeija_gate_side.png",
117117
"jeija_gate_side.png",
-7 Bytes
Loading

mesecons_gates/mod.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = mesecons_gates
2-
depends = mesecons, mesecons_gamecompat, mesecons_microcontroller, mesecons_torch, mesecons_materials
2+
depends = mesecons, mesecons_gamecompat, mesecons_microcontroller, mesecons_delayer, mesecons_torch, mesecons_materials

0 commit comments

Comments
 (0)