Removed fabricLike and quilt from the main branch. Development moved to the common_mixins branch.

This commit is contained in:
coolGi
2023-04-29 23:18:48 +09:30
parent 077e25d7a8
commit ef02856b45
43 changed files with 34 additions and 1881 deletions
+3 -3
View File
@@ -136,9 +136,9 @@ sourcesJar {
dependsOn commonSources
from commonSources.archiveFile.map { zipTree(it) }
def fabricLikeSources = project(":fabricLike").sourcesJar
dependsOn fabricLikeSources
from fabricLikeSources.archiveFile.map { zipTree(it) }
// def fabricLikeSources = project(":fabricLike").sourcesJar
// dependsOn fabricLikeSources
// from fabricLikeSources.archiveFile.map { zipTree(it) }
}
//components.java {