Attila's QuickBar Mod


Auto-links hand crafted item to first free quickbar slot if not already linked. Makes it easier to access hand crafted items that are not linked to the quickbar.

Utilities
a month ago
0.17 - 2.1
211

g Version bump needed for 2.1

a month ago

Hey, just to let you know that the mod will need a version bump for 2.1 (which is out now on experimental), no breaking change expected. Also likely to be the last big patch for Factorio and so the last update needed for this mod. Again, thanks for making this simple mod!

a month ago

Thanks for letting me know. Bit of a rewrite, but should work now.

a month ago

Finally managed to have all my mods updated and got to actually test it out.
Got an error upon trying to craft something; From my limited mod knowledge, it seems like get_quick_bar_slot has been changed to not necessarily return a nil value. Simply checking if "filter" is nil should fix the issue, on line 17 :

if slot == nil or slot.filter == nil then

I did that change and things seems fine. I'll let you know if something else come up (hopefully not)

a month ago

Thanks, I made the change.

New response