diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-02 16:06:10 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-02 16:06:10 +0800 |
| commit | b9ab61fe8a1c10f5adb61814ad9328b29727a37a (patch) | |
| tree | dfd1041ba6cccf6cda8fcc7d31a65a0a07284718 /forge | |
| parent | 1fe450ebee9eaf803f98895969f2abf2202730e5 (diff) | |
| download | RoughlyEnoughItems-b9ab61fe8a1c10f5adb61814ad9328b29727a37a.tar.gz RoughlyEnoughItems-b9ab61fe8a1c10f5adb61814ad9328b29727a37a.tar.bz2 RoughlyEnoughItems-b9ab61fe8a1c10f5adb61814ad9328b29727a37a.zip | |
Refactor MenuInfoProvider to give more concrete info
Diffstat (limited to 'forge')
| -rw-r--r-- | forge/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/forge/build.gradle b/forge/build.gradle index 251f6fd54..119091b3d 100644 --- a/forge/build.gradle +++ b/forge/build.gradle @@ -57,12 +57,12 @@ dependencies { modApi("me.shedaniel.cloth:cloth-config-forge:${cloth_config_version}") modApi("dev.architectury:architectury-forge:${architectury_version}") - common(project(path: ":jei-compatibility-layer", configuration: "dev")) { transitive false } - shadowCommon(project(path: ":jei-compatibility-layer", configuration: "dev")) { transitive false } - runtimeClasspath(project(path: ":jei-internals-workaround", configuration: "dev")) { transitive = false } + common(project(path: ":jei-compatibility-layer", configuration: "namedElements")) { transitive false } + shadowCommon(project(path: ":jei-compatibility-layer", configuration: "namedElements")) { transitive false } + runtimeClasspath(project(path: ":jei-internals-workaround", configuration: "namedElements")) { transitive false } depProjects.forEach { - common(project(path: it, configuration: "dev")) { transitive false } + common(project(path: it, configuration: "namedElements")) { transitive false } shadowCommon(project(path: it, configuration: "transformProductionForge")) { transitive false } } |
