rename mod-common to mixin-common

This commit is contained in:
dfsek
2022-06-22 07:23:39 -07:00
parent 42cf7b9543
commit 3139416b35
56 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ dependencies {
"annotationProcessor"("net.fabricmc:sponge-mixin:${Versions.Fabric.mixin}")
"annotationProcessor"("net.fabricmc:fabric-loom:${Versions.Fabric.loom}")
"common"(project(path = ":platforms:mod-common", configuration = "namedElements")) { isTransitive = false }
shaded(project(path = ":platforms:mod-common", configuration = "transformProductionFabric")) { isTransitive = false }
"common"(project(path = ":platforms:mixin-common", configuration = "namedElements")) { isTransitive = false }
shaded(project(path = ":platforms:mixin-common", configuration = "transformProductionFabric")) { isTransitive = false }
minecraft("com.mojang:minecraft:${Versions.Fabric.minecraft}")
mappings("net.fabricmc:yarn:${Versions.Fabric.yarn}:v2")