Case in point, I have a mod that requires some extra items for Hearthfire and Dragonbor
I don't want to have to make multiple versions of my mod... "Vanilla! HF! DB! HFDB!"...thats just silly. In programming terms I'm looking for a way to make a Singleton or some kind of broadcast system. Worst case I think would be to convert my main mod into an ESM but that seems a bit extreme.
Is there a better solution?