Hello! I'm trying to make Lighted Electric Poles + (LEP+) play nice with your IR3 patchset.
So far, I tinkered with LEP+ to make the mod create lighted variants of IR3 poles: I added a dependency in LEP+'s "info.json" file and renamed "data.lua" to "data-final-fixes.lua", otherwise the big wooden electric pole would prevent startup (due to their collision mask not being loaded yet).
However because of that, these new lighted IR3 poles don't have scrapping recipes.
I was wondering if there's a way to add scrapping recipes for them...? Maybe by calling the scrapping recipe file again somehow?
Preferably on LEP+'s end, I'd rather not modify IR3's code even further.
Any help would be appreciated :)
EDIT: so far, a quick and dirty call to the scrapping recipe generating file, at the very end of LEP+, works