mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-26 02:40:23 +01:00
Fix mese tube formspec
This commit is contained in:
parent
7915e7f51e
commit
f8a8046a7b
12
tubes.lua
12
tubes.lua
@ -263,12 +263,12 @@ if pipeworks.enable_mese_tube then
|
|||||||
"image[0,3;1,1;pipeworks_yellow.png]"..
|
"image[0,3;1,1;pipeworks_yellow.png]"..
|
||||||
"image[0,4;1,1;pipeworks_blue.png]"..
|
"image[0,4;1,1;pipeworks_blue.png]"..
|
||||||
"image[0,5;1,1;pipeworks_red.png]"..
|
"image[0,5;1,1;pipeworks_red.png]"..
|
||||||
fs_helpers.cycling_button(meta, "button[7,0;1,1", "b1s", {"Off", "On"})..
|
fs_helpers.cycling_button(meta, "button[7,0;1,1", "l1s", {"Off", "On"})..
|
||||||
fs_helpers.cycling_button(meta, "button[7,1;1,1", "b2s", {"Off", "On"})..
|
fs_helpers.cycling_button(meta, "button[7,1;1,1", "l2s", {"Off", "On"})..
|
||||||
fs_helpers.cycling_button(meta, "button[7,2;1,1", "b3s", {"Off", "On"})..
|
fs_helpers.cycling_button(meta, "button[7,2;1,1", "l3s", {"Off", "On"})..
|
||||||
fs_helpers.cycling_button(meta, "button[7,3;1,1", "b4s", {"Off", "On"})..
|
fs_helpers.cycling_button(meta, "button[7,3;1,1", "l4s", {"Off", "On"})..
|
||||||
fs_helpers.cycling_button(meta, "button[7,4;1,1", "b5s", {"Off", "On"})..
|
fs_helpers.cycling_button(meta, "button[7,4;1,1", "l5s", {"Off", "On"})..
|
||||||
fs_helpers.cycling_button(meta, "button[7,5;1,1", "b6s", {"Off", "On"})..
|
fs_helpers.cycling_button(meta, "button[7,5;1,1", "l6s", {"Off", "On"})..
|
||||||
"list[current_player;main;0,7;8,4;]")
|
"list[current_player;main;0,7;8,4;]")
|
||||||
end
|
end
|
||||||
pipeworks.register_tube("pipeworks:mese_tube", "Sorting Pneumatic Tube Segment", mese_plain_textures, mese_noctr_textures,
|
pipeworks.register_tube("pipeworks:mese_tube", "Sorting Pneumatic Tube Segment", mese_plain_textures, mese_noctr_textures,
|
||||||
|
Loading…
Reference in New Issue
Block a user