Page 1 of 1

[1.1.1] shortcut and custom-input: create-blueprint-item not valid action

Posted: Sat Nov 28, 2020 6:05 am
by jamiechi1
I am getting an error when loading Factorio that says that the action create-blueprint-item is invalid.
It worked in version 1.0. This applys to type=shortcut and type=custom-input.
Example code from previously working mod:

Code: Select all

  {
    type = "custom-input",
    name = "stuff",
    action = "create-blueprint-item",
    key_sequence = "SHIFT + C",
    item_to_create = "stuff"
  }
Did something change?

Re: [1.1.1] shortcut and custom-input: create-blueprint-item not valid action

Posted: Sat Nov 28, 2020 8:19 am
by Choumiko
viewtopic.php?p=518171#p518171

first and second change under "Data stage"

Re: [1.1.1] shortcut and custom-input: create-blueprint-item not valid action

Posted: Sat Nov 28, 2020 3:17 pm
by jamiechi1
Thank you. I wish there was a way to search the forum for phrases with a '-' in them.
With that I may have found this myself. I tried "custom-input" in the search window and that did not work.