mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 07:55:28 +00:00
rename mod-common to mixin-common
This commit is contained in:
parent
42cf7b9543
commit
3139416b35
@ -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")
|
||||
|
@ -18,9 +18,9 @@ configurations {
|
||||
dependencies {
|
||||
shadedApi(project(":common:implementation:base"))
|
||||
|
||||
"common"(project(path = ":platforms:mod-common", configuration = "namedElements")) { isTransitive = false }
|
||||
shaded(project(path = ":platforms:mod-common", configuration = "transformProductionForge")) { isTransitive = false }
|
||||
"developmentForge"(project(":platforms:mod-common", configuration = "namedElements")) {
|
||||
"common"(project(path = ":platforms:mixin-common", configuration = "namedElements")) { isTransitive = false }
|
||||
shaded(project(path = ":platforms:mixin-common", configuration = "transformProductionForge")) { isTransitive = false }
|
||||
"developmentForge"(project(":platforms:mixin-common", configuration = "namedElements")) {
|
||||
isTransitive = false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user