raiguard / QuickItemSearch

Factorio mod - quickly search for items in your inventory or connected logistic network.
MIT License
3 stars 0 forks source link

There's a typo in 'shortcut.lua' that prevents the mod from loading. #12

Closed curtwagner1984 closed 3 years ago

curtwagner1984 commented 3 years ago

Instead of local data_util = require("__flib__.data_util") it says local data_util = require("__flib__.data-util") I changed it manually to the former and it seems to load and work just fine.

raiguard commented 3 years ago

This is not a typo. The filenames were changed to use snake-case to be consistent with the base game (data-updates, etc.). The old paths continue to work for now but will be removed when factorio 1.1 releases.

raiguard commented 3 years ago

Oh, didn't notice that this was on the QIS repository. The way to fix this is to update flib (the Factorio Library). I will update the dependency for the next version of QIS.