aboutsummaryrefslogtreecommitdiff
path: root/forge/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'forge/build.gradle')
-rw-r--r--forge/build.gradle9
1 files changed, 0 insertions, 9 deletions
diff --git a/forge/build.gradle b/forge/build.gradle
index 37cf85e1f..b62ac7829 100644
--- a/forge/build.gradle
+++ b/forge/build.gradle
@@ -56,13 +56,6 @@ loom {
}
forge {
- localMods {
- jeiInternalsWorkaround {
- add(project(":jei-compatibility-layer").sourceSets.main)
- add(project(":jei-internals-workaround").sourceSets.main)
- }
- }
-
mixinConfig "rei.mixins.json"
}
}
@@ -74,8 +67,6 @@ dependencies {
modApi("me.shedaniel.cloth:cloth-config-forge:${cloth_config_version}")
modApi("dev.architectury:architectury-forge:${architectury_version}")
- runtimeClasspath(project(path: ":jei-internals-workaround", configuration: "namedElements")) { transitive false }
-
depProjects.forEach {
common(project(path: it, configuration: "namedElements")) { transitive false }
shadowCommon(project(path: it, configuration: "transformProductionForge")) { transitive false }