split common

This commit is contained in:
dfsek
2021-06-22 23:56:34 -07:00
parent 10f633be9a
commit cf214cc274
548 changed files with 70 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ tasks.named<ShadowJar>("shadowJar") {
group = "com.dfsek.terra.fabric"
dependencies {
"shadedApi"(project(":common"))
"shadedApi"(project(":common:implementation"))
"minecraft"("com.mojang:minecraft:1.17")
"mappings"("net.fabricmc:yarn:1.17+build.1:v2")