diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 0d6e522..9af7cf8 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -16,35 +16,40 @@ description = "Direct EMC integration with Applied Energistics 2." [[dependencies]] modId = "ae2" -type = "required" +mandatory = true +# type = "required" versionRange = "[15.1.0,)" ordering = "AFTER" side = "BOTH" [[dependencies]] modId = "projecte" -type = "required" +mandatory = true +# type = "required" versionRange = "[1.0.1,)" ordering = "AFTER" side = "BOTH" [[dependencies]] modId = "ae2wtlib" -type = "optional" +mandatory = false +# type = "optional" versionRange = "[15,)" ordering = "AFTER" side = "BOTH" [[dependencies]] modId = "teamprojecte" -type = "optional" +mandatory = false +# type = "optional" versionRange = "[1.1.3,)" ordering = "AFTER" side = "SERVER" [[dependencies]] modId = "aecapfix" -type = "optional" +mandatory = false +# type = "optional" versionRange = "[0.8,)" ordering = "AFTER" side = "SERVER"