Skip to content

Commit

Permalink
Removed unused mod deps code block
Browse files Browse the repository at this point in the history
  • Loading branch information
denerose committed Jan 13, 2023
1 parent 2de1c90 commit 4d6f42d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,5 @@
<li>1.4</li>
</supportedVersions>

<modDependencies>
<!-- used to pop up a warning and options if prerequisite mods aren't loaded -->
<li>
<displayName></displayName>
<packageId></packageId>
<steamWorkshopUrl></steamWorkshopUrl>
</li>
</modDependencies>

<!--
Adopted from Mod Manager, these next two settings are used by both vanilla and Mod Manager
to alert the player of incorrect mod load order, and wire up the auto-sort button
It is better to put the mod dependencies and mod load order here in About.xml, and not repeat them in Manifest.xml
Duplicate code creates opportunity to change one but not the other, and the fewer opportunities for trouble to arise the better.
Pre-bug hunting ounce of prevention
-->
<loadBefore></loadBefore>
<loadAfter>
<li></li> <!-- Although it is possible to use a numeric id, it's less comprehensible to do so -->
</loadAfter>
</ModMetaData>

0 comments on commit 4d6f42d

Please sign in to comment.