Merge branch 'patch-1' of https://github.com/bspkrs/FML into gh-updates

This commit is contained in:
Christian 2013-01-20 11:31:47 -05:00
commit 7f4818fd94
1 changed files with 2 additions and 2 deletions

View File

@ -81,13 +81,13 @@ public interface ModContainer
/**
* A list of modids that should be loaded prior to this one. The special
* value <strong>*</strong> indicates to load <em>before</em> any other mod.
* value <strong>*</strong> indicates to load <em>after</em> any other mod.
*/
List<ArtifactVersion> getDependencies();
/**
* A list of modids that should be loaded <em>after</em> this one. The
* special value <strong>*</strong> indicates to load <em>after</em> any
* special value <strong>*</strong> indicates to load <em>before</em> any
* other mod.
*/
List<ArtifactVersion> getDependants();