However, I have not found much documentation about it yet. (See below, "shortcut" as search keyword often gave me something else...)
Can anyone provide links to documentation, if any?
The only documentation I found is here: https://wiki.factorio.com/Prototype/Shortcut.
Especially on the property "style", where can I find other options? The above link shows options: "red", "green", "blue". I cannot find where these options are coded or provided. Are they hard-coded?
I want to make an orange button, for example, but entering "orange" to it does not work.
Code: Select all
{
type = "shortcut",
name = "give-blueprint-book",
order = "b[blueprints]-f[book]",
action = "create-blueprint-item",
localised_name = {"item-name.blueprint-book"},
technology_to_unlock = "construction-robotics",
item_to_create = "blueprint-book",
style = "blue", <- THIS OPTION

