Thomas Rudin
2018-12-09 701240bc3a17a73d73f3a96cd81e559d662ac42c
technic/machines/other/injector.lua
@@ -55,7 +55,7 @@
local function set_injector_formspec(meta)
   local is_stack = meta:get_string("mode") == "whole stacks"
   meta:set_string("formspec",
      "invsize[8,9;]"..
      "size[8,9;]"..
      "item_image[0,0;1,1;technic:injector]"..
      "label[1,0;"..S("Self-Contained Injector").."]"..
      (is_stack and
@@ -66,13 +66,13 @@
      "listring[]"..
      fs_helpers.cycling_button(
         meta,
         "image_button[0,4.3;1,0.6",
         pipeworks.button_base,
         "splitstacks",
         {
            {text="", texture="pipeworks_button_off.png", addopts="false;false;pipeworks_button_interm.png"},
            {text="", texture="pipeworks_button_on.png",  addopts="false;false;pipeworks_button_interm.png"}
            pipeworks.button_off,
            pipeworks.button_on
         }
      ).."label[0.9,4.31;Allow splitting incoming stacks from tubes]"
      )..pipeworks.button_label
   )
end