Skip to content

Commit

Permalink
added dependancy back and moved textures, delayer has more consistent…
Browse files Browse the repository at this point in the history
… look and has bold arrow symbol again
  • Loading branch information
mruncreative committed May 24, 2024
1 parent b2b4e2c commit 0348679
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions mesecons_delayer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ local off_state = {
inventory_image = "jeija_gate_off.png^jeija_delayer.png",
wield_image = "jeija_gate_off.png^jeija_delayer.png",
tiles = {
"jeija_microcontroller_bottom.png^jeija_gate_off.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
"jeija_microcontroller_bottom.png",
"jeija_gate_side.png",
"jeija_microcontroller_bottom.png^jeija_gate_output_off.png^jeija_gate_off.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
"jeija_microcontroller_bottom.png^jeija_gate_output_off.png",
"jeija_gate_side.png^jeija_gate_side_output_off.png",
"jeija_gate_side.png",
"jeija_gate_side.png",
"jeija_gate_side.png",
Expand Down Expand Up @@ -109,9 +109,9 @@ local on_state = {
inventory_image = "jeija_gate_on.png^jeija_delayer.png",
wield_image = "jeija_gate_on.png^jeija_delayer.png",
tiles = {
"jeija_microcontroller_bottom.png^jeija_gate_on.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
"jeija_microcontroller_bottom.png",
"jeija_gate_side.png",
"jeija_microcontroller_bottom.png^jeija_gate_output_on.png^jeija_gate_on.png^jeija_delayer.png^mesecons_delayer_"..tostring(i)..".png",
"jeija_microcontroller_bottom.png^jeija_gate_output_on.png",
"jeija_gate_side.png^jeija_gate_side_output_on.png",
"jeija_gate_side.png",
"jeija_gate_side.png",
"jeija_gate_side.png",
Expand Down
Binary file modified mesecons_delayer/textures/jeija_delayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion mesecons_gates/mod.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = mesecons_gates
depends = mesecons, mesecons_gamecompat, mesecons_microcontroller, mesecons_torch, mesecons_materials
depends = mesecons, mesecons_gamecompat, mesecons_microcontroller, mesecons_delayer, mesecons_torch, mesecons_materials

0 comments on commit 0348679

Please sign in to comment.