Smart home appliances are coming to Factorio!
The Echo Combinator listens to the chat and if prompted, outputs certain signals. It is a good way to remotely control circuit systems from anywhere and to quickly create arbitrary 1 tick long signals for testing purposes.
https://mods.factorio.com/mod/echo-combinator
The default name that it is listening to is "Alexa", altough you can change this in the options. You can use any item, fluid, virtual signal or recipe. If it's a recipe, the output will be the results of the recipe. It also works with linked items or recipes.
Code: Select all
"Alexa, Red=10"
Code: Select all
"Alexa, [recipe=basic-oil-processing]*10"
This is my first mod that doesn't just add items and recipes but also new behaviour. Please tell me what you think about the concept and the sloppy code.