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