You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Provides the dependencies that should be included in the final jar.
9
+
* All deps are marked NON-TRANSITIVE; thus, all transitive deps must be explicitly included.
10
+
* @param version The version of Minecraft. If null, the method is running inside the `:dependencies:legacy` module.
11
+
* @param loader The mod loader being used.
12
+
*/
7
13
fun Project.provideIncludedDependencies(version:Triple<Int, Int, Int>?, loader:String): List<OCDependency> { // Either a String or ExternalModuleDependency
0 commit comments