Skip to content

Commit

Permalink
Added: Note on Load Order within RII to Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Nov 16, 2022
1 parent 335227a commit 3d10b7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/DependencyInjection_Consumer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# How to Consume Dependencies

!!! note

A specific mod load order is ***not*** required when consuming dependencies.
Reloaded will automatically rearrange load order when required to ensure dependencies are loaded before their consumers without affecting the order of other mods.

## Set a Dependency on the Other Mod

In your `ModConfig.json`, update the `ModDependencies` to include the id of the mod you are consuming.
Expand Down

0 comments on commit 3d10b7a

Please sign in to comment.