mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +01:00
add transitive jgrapht dependencies
This commit is contained in:
parent
ea7c6d7c7f
commit
6050e5ad94
2 changed files with 5 additions and 0 deletions
|
@ -149,6 +149,9 @@ dependencies {
|
||||||
|
|
||||||
minecraftLibrary "org.jgrapht:jgrapht-core:${jgt_version}"
|
minecraftLibrary "org.jgrapht:jgrapht-core:${jgt_version}"
|
||||||
jarJar(group: "org.jgrapht", name: "jgrapht-core", version: "[${jgt_version}]")
|
jarJar(group: "org.jgrapht", name: "jgrapht-core", version: "[${jgt_version}]")
|
||||||
|
// for some reason jgrapht dependencies aren't auto-included in the metadata and i can't figure out how to make that happen
|
||||||
|
jarJar(group: "org.jheaps", name: "jheaps", version: "[${jheaps_version}]")
|
||||||
|
jarJar(group: "org.apfloat", name: "apfloat", version: "[${apfloat_version}]")
|
||||||
|
|
||||||
// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
|
// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
|
||||||
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime
|
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime
|
||||||
|
|
|
@ -38,6 +38,8 @@ mapping_channel=official
|
||||||
mapping_version=1.20.1
|
mapping_version=1.20.1
|
||||||
jei_version=15.2.0.22
|
jei_version=15.2.0.22
|
||||||
jgt_version=1.5.2
|
jgt_version=1.5.2
|
||||||
|
jheaps_version=0.14
|
||||||
|
apfloat_version=1.10.1
|
||||||
|
|
||||||
|
|
||||||
## Mod Properties
|
## Mod Properties
|
||||||
|
|
Loading…
Reference in a new issue