[1.1.1] shortcut and custom-input: create-blueprint-item not valid action
Posted: Sat Nov 28, 2020 6:05 am
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:
Did something change?
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"
}