Factory Palette

by cfcluan

Your shortcut to everything. Quickly search just about anything in Factorio. Items, recipes, entities, keybinds, commands, and more. Think of it as a command palette for Factorio.

Utilities
26 days ago
2.0
326
Logistic network

g [implemented] Allow other mods to extends functionnality

a month ago
(updated a month ago)

It would be cool if a mod could extend the palette with new functionnality
Some ideas;
- Instant calculator
- Quickly add or check todo element in todolist
- Quickly go in specific page in factory planner or helmod

It would also make easier to add functionnality as modules.

a month ago

If you look at how the existing sources are implemented: https://github.com/luan/factory-palette/tree/main/scripts/sources you'll see that you can already extend this pretty easily (although there may certainly be things missing from that interface). I even tried to add all of that to the README

a month ago

I've made a calculator extension to exercise the extensions API here: https://github.com/luan/factory-palette-calculator -- It indeed required some extra work, but we now have a basic interface to integrate other mods. I'll change the built-in sources into the same format later (although I might not actually make a mod for each to keep things simple).

New response