aboutsummaryrefslogtreecommitdiff
path: root/forge
diff options
context:
space:
mode:
Diffstat (limited to 'forge')
-rw-r--r--forge/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/forge/build.gradle b/forge/build.gradle
index dd119678f..031a5db6f 100644
--- a/forge/build.gradle
+++ b/forge/build.gradle
@@ -39,10 +39,12 @@ dependencies {
implementation(project(path: ":default-plugin")) { transitive = false }
implementation(project(path: ":runtime")) { transitive = false }
implementation(project(path: ":jei-compatibility-layer")) { transitive = false }
+ implementation(project(path: ":jei-internals-workaround")) { transitive = false }
developmentForge(project(path: ":api")) { transitive = false }
developmentForge(project(path: ":default-plugin")) { transitive = false }
developmentForge(project(path: ":runtime")) { transitive = false }
developmentForge(project(path: ":jei-compatibility-layer")) { transitive = false }
+ developmentForge(project(path: ":jei-internals-workaround")) { transitive = false }
shadowCommon(project(path: ":api", configuration: "transformProductionForge")) { transitive = false }
shadowCommon(project(path: ":default-plugin", configuration: "transformProductionForge")) { transitive = false }
@@ -59,6 +61,7 @@ dependencies {
modRuntime("curse.maven:mantle-74924:3273201")
modRuntime("curse.maven:jer-240630:3066754")
modRuntime("curse.maven:jep-417645:3198370")
+ modRuntime("curse.maven:simple-storage-network-268495:3257204")
}
shadowJar {