Render required dependencies first. (#2695)

This commit is contained in:
Burning_TNT
2024-01-30 21:42:51 +08:00
committed by GitHub
parent 017d688e32
commit 5388020b35

View File

@@ -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
} }