diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-23 17:11:48 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-23 17:11:48 +0800 |
| commit | 2411b607b808811021a830dbf495ffcfbafe1628 (patch) | |
| tree | fa8d90fb080fa1849fb516c4a58fbf2286931646 /forge | |
| parent | df9b970d56a639b73d91c736afcbfa0b889c9498 (diff) | |
| download | RoughlyEnoughItems-2411b607b808811021a830dbf495ffcfbafe1628.tar.gz RoughlyEnoughItems-2411b607b808811021a830dbf495ffcfbafe1628.tar.bz2 RoughlyEnoughItems-2411b607b808811021a830dbf495ffcfbafe1628.zip | |
Remap JEI Internal, JeiHelpers, JeiRuntime, IngredientManager, IngredientFilter and Focus to their api counterparts
Diffstat (limited to 'forge')
| -rw-r--r-- | forge/build.gradle | 3 |
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 { |
