Factorio mod that adds a shortcut key to toggle trains between auto and manual
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910
  1. if not data.raw["custom-input"] or not data.raw["custom-input"]["toggle-train-control"] then
  2. data:extend({
  3. {
  4. type = "custom-input",
  5. name = "toggle-train-control",
  6. key_sequence = "J"
  7. }
  8. })
  9. end