Fabric now builds (and works outside the build environment)

This commit is contained in:
coolGi
2023-02-12 20:11:53 +10:30
parent 89faf6e976
commit 8de6ca33af
4 changed files with 30 additions and 15 deletions
+3
View File
@@ -114,6 +114,8 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive false }
shadowMe(project(path: ":core")) { transitive false }
shadowMe(project(path: ":api")) { transitive false }
}
processResources {
@@ -125,6 +127,7 @@ shadowJar {
exclude "architectury.common.json"
configurations = [project.configurations.shadowCommon, project.configurations.shadowMe, project.configurations.customModule]
relocate 'com.seibel.lod.common', 'loaderCommon.forge.com.seibel.lod.common'
// Compression
relocate 'org.tukaani', 'distanthorizons.libraries.tukaani'