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

Place to get help with not working mods / modding interface.
Post Reply
User avatar
jamiechi1
Fast Inserter
Fast Inserter
Posts: 196
Joined: Wed Jan 03, 2018 10:12 pm

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

Post 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?


User avatar
jamiechi1
Fast Inserter
Fast Inserter
Posts: 196
Joined: Wed Jan 03, 2018 10:12 pm

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

Post 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.

Post Reply

Return to “Modding help”