Render required dependencies first. (#2695)
This commit is contained in:
@@ -102,11 +102,11 @@ public class RemoteMod {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public enum DependencyType {
|
public enum DependencyType {
|
||||||
EMBEDDED,
|
|
||||||
OPTIONAL,
|
|
||||||
REQUIRED,
|
REQUIRED,
|
||||||
|
OPTIONAL,
|
||||||
TOOL,
|
TOOL,
|
||||||
INCLUDE,
|
INCLUDE,
|
||||||
|
EMBEDDED,
|
||||||
INCOMPATIBLE,
|
INCOMPATIBLE,
|
||||||
BROKEN
|
BROKEN
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user