-- corrects bob's modules making alien loot economy "hyper module" non-functional (auto-delete out of furnaces). Hyper module is a productivity-module, but does not have "productivity" in the name, so an item-name-based search skips it.
for k, v in pairs(data.raw.module) do
if v.limitation then
v.limitation = nil -- empty limitation table
v.limitation_message_key = nil
end
end
..should also correct modules added by other mods that don't contain "productivity" in the name. perhaps if written in a different language, etc.