Hey ouk_ouk,
Deadlock reorganized some graphics files as part of the graphics overhaul for https://mods.factorio.com/mod/deadlock-beltboxes-loaders, and it's causing some issues with the way you're translating the icon attributes.
Would you mind removing the icons directory from this path in your final-fixes file
local newTexturePath,changes = string.gsub(newTexturePath, "^__deadlock%-beltboxes%-loaders__/graphics/", "__RealisticOres__/graphics/icons/")
replacing with this:
local newTexturePath,changes = string.gsub(newTexturePath, "^__deadlock%-beltboxes%-loaders__/graphics/", "__RealisticOres__/graphics/")
..since both mods now have an icons directory in the path?
Thanks!