RimWorld

RimWorld

Vanilla Solar Shield Retexture
"modDependencies"-logic is required, you should add it!
It isn't necessary, but an unwritten rule to actually make things work with each other like a clock work, by adding mod requirements, load after and other conditions to the about.xml, making things not only for the users but also for you much easier.

Use these ones:
<modDependencies> <li> <packageId>MOD_ID_GOES_HERE</packageId> <displayName>MOD_NAME_GOES_HERE</displayName> <!-- <steamWorkshopUrl></steamWorkshopUrl> --> <!-- <downloadUrl></downloadUrl> --> </li> </modDependencies> <loadAfter> <li>MOD_ID_GOES_HERE_AGAIN</li> </loadAfter>