-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Remove some unnecessary dependencies that were copied over fro…
…m the Balm template
- Loading branch information
1 parent
a42daa5
commit 6a0b899
Showing
8 changed files
with
1 addition
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,2 @@ | ||
repositories { | ||
maven { | ||
url "https://maven.siphalor.de/" | ||
content { | ||
includeGroup "de.siphalor" | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
modCompileOnly "mezz.jei:jei-$jei_minecraft_version-fabric-api:$jei_version" | ||
if (jei_minecraft_version == minecraft_version) { | ||
modRuntimeOnly "mezz.jei:jei-$jei_minecraft_version-fabric:$jei_version" | ||
} | ||
|
||
modRuntimeOnly "com.terraformersmc:modmenu:$modmenu_version" | ||
|
||
modCompileOnly "me.shedaniel.cloth:cloth-config-fabric:11.0.99" | ||
modCompileOnly("de.siphalor:amecsapi-1.20:1.5.2+mc1.20-pre1") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
dependencies { | ||
compileOnly "mezz.jei:jei-$jei_minecraft_version-common-api:$jei_version" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,2 @@ | ||
repositories { | ||
maven { | ||
url "https://maven.siphalor.de/" | ||
content { | ||
includeGroup "de.siphalor" | ||
} | ||
} | ||
} | ||
|
||
dependencies { | ||
modCompileOnly "mezz.jei:jei-$jei_minecraft_version-fabric-api:$jei_version" | ||
if (jei_minecraft_version == minecraft_version) { | ||
modRuntimeOnly "mezz.jei:jei-$jei_minecraft_version-fabric:$jei_version" | ||
} | ||
|
||
modRuntimeOnly "com.terraformersmc:modmenu:$modmenu_version" | ||
|
||
modCompileOnly "me.shedaniel.cloth:cloth-config-fabric:11.0.99" | ||
modCompileOnly("de.siphalor:amecsapi-1.20:1.5.2+mc1.20-pre1") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
dependencies { | ||
compileOnly("mezz.jei:jei-$jei_minecraft_version-common-api:$jei_version") | ||
if (jei_minecraft_version == minecraft_version) { | ||
runtimeOnly("mezz.jei:jei-$jei_minecraft_version-forge:$jei_version") | ||
} | ||
|
||
// temporary hacky fix as suggested by Forge | ||
implementation('net.sf.jopt-simple:jopt-simple:5.0.4') { version { strictly '5.0.4' } } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
dependencies { | ||
compileOnly "mezz.jei:jei-$jei_minecraft_version-common-api:$jei_version" | ||
if (jei_minecraft_version == minecraft_version) { | ||
runtimeOnly "mezz.jei:jei-$jei_minecraft_version-forge:$jei_version" | ||
} | ||
} |